Add: changelog

This commit is contained in:
hyzen
2026-04-14 14:52:20 +05:30
parent bb427c443d
commit dedbf6ecb8
71 changed files with 166 additions and 99 deletions

View File

@@ -4,6 +4,14 @@ title = 'Freedoms4'
theme = 'hugo-theme-yue'
publishDir = "docs"
[module]
[[module.mounts]]
source = "content"
target = "content"
[[module.mounts]]
source = "changelog"
target = "content/changelog"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
@@ -63,3 +71,21 @@ subjectcode = "subjectcode"
[permalinks.term]
semester = '/uninotes/:slug/'
subjectcode = '/uninotes/:slug/'
[[module.mounts]]
source = "layouts"
target = "layouts"
[[module.mounts]]
source = "static"
target = "static"
[[module.mounts]]
source = "assets"
target = "assets"
[[module.mounts]]
source = "data"
target = "data"
[[module.mounts]]
source = "i18n"
target = "i18n"
[[module.mounts]]
source = "archetypes"
target = "archetypes"