From 93556b3aceb8ad96f594447b7e726878c97571eb Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Mon, 5 Feb 2024 19:44:03 -0700 Subject: [PATCH] Fine, hugo wins --- content/blog/2024/02-05-featurephone/README.md | 8 ++++++++ .../blog/2024/02-05-featurephone/{_index.md => index.md} | 0 layouts/_default/list.html | 3 ++- run.sh | 5 +---- 4 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 content/blog/2024/02-05-featurephone/README.md rename content/blog/2024/02-05-featurephone/{_index.md => index.md} (100%) diff --git a/content/blog/2024/02-05-featurephone/README.md b/content/blog/2024/02-05-featurephone/README.md new file mode 100644 index 0000000..59375f5 --- /dev/null +++ b/content/blog/2024/02-05-featurephone/README.md @@ -0,0 +1,8 @@ +Hugo has some impossible (for me) to understand "leaf" vs "branch" thing +that is preventing this section from being enumerated +by `.Pages` +in the list layout. + +So there's a lot of content here +that is not getting enumerated +until I figure that out. diff --git a/content/blog/2024/02-05-featurephone/_index.md b/content/blog/2024/02-05-featurephone/index.md similarity index 100% rename from content/blog/2024/02-05-featurephone/_index.md rename to content/blog/2024/02-05-featurephone/index.md diff --git a/layouts/_default/list.html b/layouts/_default/list.html index c6fe511..0d91e12 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -3,6 +3,7 @@ -{{end}} \ No newline at end of file +{{end}} diff --git a/run.sh b/run.sh index 0fb6b77..85fc997 100755 --- a/run.sh +++ b/run.sh @@ -1,10 +1,7 @@ #! /bin/sh case "$(hostname)" in - WE47763) - baseURL=http://localhost:1313/ - ;; - sweetums) + oscar|sweetums) baseURL=http://sweetums.lan:1313/ ;; penguin)