]> git.maquefel.me Git - brevno-suite/hugo/commit
hugolib: Add support for gitpurism
authorNikita Shubin <nikita.shubin@maquefel.me>
Sun, 26 Apr 2026 10:07:31 +0000 (13:07 +0300)
committerNikita Shubin <nikita.shubin@maquefel.me>
Sun, 26 Apr 2026 10:12:12 +0000 (13:12 +0300)
commit9d1c46b00627cc8f63c320db06e50070d9e56ba9
tree693a34b31016bd499db2da24847fb56972b62d3d
parente8e5ac23215f3b69b9b602516d7ac0670cdc003c
hugolib: Add support for gitpurism

Add possibility to extract and use tags and categories coming from git
notes.

NOTE: I have no idea of what this is, just mimicking some stuff found
here.

TODO:
- specify git notes branches to scan in config file
- actually all meta can be taken from git notes
- add condition in config to affect either meta appended or rewritten

Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me>
commands/commandeer.go
config/allconfig/allconfig.go
hugolib/hugo_sites.go
hugolib/page.go
hugolib/page__common.go
hugolib/page__meta.go
hugolib/page__new.go
hugolib/site.go