move content from theme to website

This commit is contained in:
Robin Müller 2023-12-08 11:00:23 +01:00
parent 6e25d231c2
commit 69d02957eb
Signed by: muellerr
GPG Key ID: A649FB78196E3849
9 changed files with 3 additions and 9 deletions

View File

@ -1 +0,0 @@
Hello

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -1,3 +1,4 @@
baseURL = 'https://www.absatsw.irs-uni-stuttgart.de'
languageCode = 'en-us'
title = 'Institute for Space Systems Satellite Division Software Projects'
theme = "minimal-theme"

View File

@ -1,6 +1,5 @@
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'
title = 'Custom minimal theme'
[[menus.main]]
name = 'Home'
@ -8,15 +7,10 @@ pageRef = '/'
weight = 10
[[menus.main]]
name = 'Posts'
name = 'Contact'
pageRef = '/posts'
weight = 20
[[menus.main]]
name = 'Tags'
pageRef = '/tags'
weight = 30
[module]
[module.hugoVersion]
extended = false