mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-09-19 02:23:17 +02:00
Update: folder restructure
This commit is contained in:
21
hugo.toml
21
hugo.toml
@@ -10,31 +10,34 @@ source = "content"
|
|||||||
target = "content"
|
target = "content"
|
||||||
excludeFiles = "uninotes/subjectcode/**"
|
excludeFiles = "uninotes/subjectcode/**"
|
||||||
[[module.mounts]]
|
[[module.mounts]]
|
||||||
source = "changelog"
|
source = "pages/homepage"
|
||||||
|
target = "content"
|
||||||
|
[[module.mounts]]
|
||||||
|
source = "pages/changelog"
|
||||||
target = "content/changelog"
|
target = "content/changelog"
|
||||||
[[module.mounts]]
|
[[module.mounts]]
|
||||||
source = "terms"
|
source = "pages/terms"
|
||||||
target = "content/terms"
|
target = "content/terms"
|
||||||
[[module.mounts]]
|
[[module.mounts]]
|
||||||
source = "privacy"
|
source = "pages/privacy"
|
||||||
target = "content/privacy"
|
target = "content/privacy"
|
||||||
[[module.mounts]]
|
[[module.mounts]]
|
||||||
source = "search-results"
|
source = "pages/search-results"
|
||||||
target = "content/search-results"
|
target = "content/search-results"
|
||||||
[[module.mounts]]
|
[[module.mounts]]
|
||||||
source = "coming-soon"
|
source = "pages/coming-soon"
|
||||||
target = "content/coming-soon"
|
target = "content/coming-soon"
|
||||||
[[module.mounts]]
|
[[module.mounts]]
|
||||||
source = "contact"
|
source = "pages/contact"
|
||||||
target = "content/contact"
|
target = "content/contact"
|
||||||
[[module.mounts]]
|
[[module.mounts]]
|
||||||
source = "login"
|
source = "pages/login"
|
||||||
target = "content/login"
|
target = "content/login"
|
||||||
[[module.mounts]]
|
[[module.mounts]]
|
||||||
source = "signup"
|
source = "pages/signup"
|
||||||
target = "content/signup"
|
target = "content/signup"
|
||||||
[[module.mounts]]
|
[[module.mounts]]
|
||||||
source = "admin"
|
source = "pages/admin"
|
||||||
target = "content/admin"
|
target = "content/admin"
|
||||||
[[module.mounts]]
|
[[module.mounts]]
|
||||||
source = "content/uninotes/subjectcode"
|
source = "content/uninotes/subjectcode"
|
||||||
|
|||||||
Reference in New Issue
Block a user