20 lines
421 B
TOML
20 lines
421 B
TOML
baseURL = 'https://www.absatsw.irs-uni-stuttgart.de'
|
|
languageCode = 'en-us'
|
|
title = 'IRS Satellite Division Software Projects'
|
|
theme = "minimal-theme"
|
|
|
|
[[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"
|