1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 11:52:11 +00:00

Add support for Hugo 0.124 renderSections

This commit is contained in:
Rohan Kumar 2024-03-20 21:34:46 -04:00
parent e5203528a0
commit de3936943e
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -169,3 +169,17 @@ disableKinds = ["taxonomy", "term"]
minifyOutput = true
disableXML = true
disableHTML = true
[segments]
[segments.posts]
[[segments.posts.includes]]
output = 'html'
path = '{/posts,/posts/**}'
[[segments.notes.includes]]
output = 'html'
path = '{/notes,/notes/**}'
[[segments.entries.includes]]
output = 'html'
path = '{/notes,/notes/**,/posts,/posts/**}'