Fine, hugo wins
Homepage / publish (push) Successful in 23s Details

This commit is contained in:
Neale Pickett 2024-02-05 19:44:03 -07:00
parent 410a7822b2
commit 93556b3ace
4 changed files with 11 additions and 5 deletions

View File

@ -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.

View File

@ -3,6 +3,7 @@
<ul>
{{range .Pages}}
{{.}}
<li class="{{if .IsNode}}branch{{end}} {{if .Draft}}draft{{end}}">
<a href="{{.Permalink}}">
{{.Title}}
@ -16,4 +17,4 @@
</li>
{{end}}
</ul>
{{end}}
{{end}}

5
run.sh
View File

@ -1,10 +1,7 @@
#! /bin/sh
case "$(hostname)" in
WE47763)
baseURL=http://localhost:1313/
;;
sweetums)
oscar|sweetums)
baseURL=http://sweetums.lan:1313/
;;
penguin)