sat-sw-website/hugo.toml

39 lines
818 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-11 10:53:38 +01:00
enableRobotsTXT = true
2023-12-08 11:07:48 +01:00
2023-12-09 19:52:32 +01:00
[menu]
[[menu.main]]
2023-12-08 11:07:48 +01:00
name = 'Home'
pageRef = '/'
weight = 10
2023-12-09 19:52:32 +01:00
[[menu.main]]
2023-12-08 11:07:48 +01:00
name = 'Contact'
pageRef = 'contact'
weight = 20
2023-12-09 19:52:32 +01:00
[[menu.main]]
name = 'IRS Website'
url = 'https://www.irs.uni-stuttgart.de/'
weight = 30
[menu.main.params]
blankTarget = true
2023-12-08 17:36:51 +01:00
2023-12-08 11:37:31 +01:00
[module]
2023-12-08 16:25:52 +01:00
[[module.mounts]]
2023-12-10 18:11:02 +01:00
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-08 16:25:52 +01:00
[[module.mounts]]
2023-12-10 18:11:02 +01:00
source = "static"
target = "static"
[[module.mounts]]
source = "node_modules/bootstrap-icons/font/fonts"
target = "static/css/fonts"
2023-12-09 18:27:09 +01:00
[markup]
defaultMarkdownHandler = 'goldmark'