sat-sw-website/hugo.toml

21 lines
465 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 10:56:22 +01:00
title = 'Institute for Space Systems Satellite Division Software Projects'
2023-12-08 11:00:23 +01:00
theme = "minimal-theme"
2023-12-08 11:37:31 +01:00
relativeURLs = true
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 11:37:31 +01:00
[module]
[[module.mounts]]
source = "node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"
target = "assets/js/bootstrap.bundle.min.js"