sat-sw-website/hugo.toml

38 lines
666 B
TOML
Raw Normal View History

2023-12-08 10:56:22 +01:00
baseURL = 'https://www.absatsw.irs-uni-stuttgart.de'
2023-12-08 10:43:06 +01:00
languageCode = 'en-us'
2023-12-08 13:51:07 +01:00
title = 'IRS Satellite Division Software Projects'
2023-12-08 11:00:23 +01:00
theme = "minimal-theme"
2023-12-08 11:07:48 +01:00
[[menus.main]]
name = 'Home'
pageRef = '/'
weight = 10
[[menus.main]]
name = 'Contact'
pageRef = 'contact'
weight = 20
2023-12-08 17:36:51 +01:00
# [[menus.sidebar]]
# name = 'FSFW'
# pageRef = 'fsfw'
#weight = 10
# [[menus.sidebar]]
# name = 'sat-rs'
# pageRef = 'sat-rs'
# weight = 20
2023-12-08 11:37:31 +01:00
[module]
2023-12-08 16:25:52 +01:00
[[module.mounts]]
source = "assets"
target = "assets"
[[module.mounts]]
source = "node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"
target = "assets/js/bootstrap.bundle.min.js"
2023-12-09 18:27:09 +01:00
[markup]
defaultMarkdownHandler = 'goldmark'