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)