Will Faught
Will Faught
I'd like to be able to structure theme pages like this: ```html {{ partial "html" . }} {{ partial "body" . }} {{ partial "content" . }} {{ block "main"...
@bep It seems that you didn't read this issue. I linked to https://github.com/gohugoio/hugo/issues/12438 in it. What are your thoughts on the points I made in this issue?
@bep Also, if the ultimate decision is to not revert the .PublishDate behavior, then we should follow through and fix the [.PublishDate documentation](https://gohugo.io/methods/page/publishdate/) to reflect the current behavior: >With Hugo’s...
> The above is still correct. But it's incorrect if no date-like params are set. For other page kinds, if no date-like params are set, then .PublishDate is time.Time{}. That...
Will the command line appear when a command is started?
I don't see how exclude-files can exclude /ent/**, but include /ent/schema. Adjusting my example above, `run --exclude-files '^ent/.*$'` will exclude ent/schema.
>They need to have a common root 1. So we can have one view of all templates across themes (overlay file system) Then shouldn't /assets also be under /layouts? Why...
I'll add that while the implementation cost might be too high for existing contributors, it might be motivational for newcomers (like me) to get involved.
Good point. Perhaps Pages could implement https://pkg.go.dev/fmt#Formatter such that a %+v verb could print the paths, so the default behavior works for large cases, and people can opt into the...
Note that if the scss directory is put into a [Hugo](https://gohugo.io) module/theme repo, "vendor" directories are omitted from that module when imported, which breaks the module. Currently, every time I...