mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-04-16 05:38:33 +02:00
Add: changelog
This commit is contained in:
26
hugo.toml
26
hugo.toml
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user