start to fill content

This commit is contained in:
Christoph Cullmann 2019-04-06 19:12:12 +02:00
parent d1ee2d8e86
commit e42f28a760
3 changed files with 22 additions and 6 deletions

View file

@ -31,7 +31,7 @@ enableEmoji = true
themeColor = "#494f5c"
# this is my homepage
homeSubtitle = "Personal homepage of Christoph Cullmann."
homeSubtitle = "Personal homepage of Christoph Cullmann"
# Toggling this option needs to rebuild SCSS, requires Hugo extended version
justifyContent = false # Set "text-align: justify" to `.content`.
@ -47,16 +47,26 @@ enableEmoji = true
[menu]
[[menu.main]]
name = "Posts"
url = "posts/"
name = "About"
url = "about/"
weight = 10
[[menu.main]]
name = "About"
url = "about/"
name = "Posts"
url = "posts/"
weight = 20
[[menu.main]]
name = "Projects"
url = "projects/"
weight = 30
[[menu.main]]
name = "Academic"
url = "academic/"
weight = 40
[[menu.main]]
name = "Impressum"
url = "impressum/"
weight = 30
weight = 50

3
content/academic.md Normal file
View file

@ -0,0 +1,3 @@
+++
title = "Academic Work"
+++

3
content/projects.md Normal file
View file

@ -0,0 +1,3 @@
+++
title = "Private Projects"
+++