sat-sw-website/hugo.toml
2023-12-08 13:51:07 +01:00

21 lines
441 B
TOML

baseURL = 'https://www.absatsw.irs-uni-stuttgart.de'
languageCode = 'en-us'
title = 'IRS Satellite Division Software Projects'
theme = "minimal-theme"
relativeURLs = true
[[menus.main]]
name = 'Home'
pageRef = '/'
weight = 10
[[menus.main]]
name = 'Contact'
pageRef = 'contact'
weight = 20
[module]
[[module.mounts]]
source = "node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"
target = "assets/js/bootstrap.bundle.min.js"