start to fill content
This commit is contained in:
parent
d1ee2d8e86
commit
e42f28a760
22
config.toml
22
config.toml
|
@ -31,7 +31,7 @@ enableEmoji = true
|
||||||
themeColor = "#494f5c"
|
themeColor = "#494f5c"
|
||||||
|
|
||||||
# this is my homepage
|
# 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
|
# Toggling this option needs to rebuild SCSS, requires Hugo extended version
|
||||||
justifyContent = false # Set "text-align: justify" to `.content`.
|
justifyContent = false # Set "text-align: justify" to `.content`.
|
||||||
|
@ -47,16 +47,26 @@ enableEmoji = true
|
||||||
[menu]
|
[menu]
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Posts"
|
name = "About"
|
||||||
url = "posts/"
|
url = "about/"
|
||||||
weight = 10
|
weight = 10
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "About"
|
name = "Posts"
|
||||||
url = "about/"
|
url = "posts/"
|
||||||
weight = 20
|
weight = 20
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Projects"
|
||||||
|
url = "projects/"
|
||||||
|
weight = 30
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Academic"
|
||||||
|
url = "academic/"
|
||||||
|
weight = 40
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Impressum"
|
name = "Impressum"
|
||||||
url = "impressum/"
|
url = "impressum/"
|
||||||
weight = 30
|
weight = 50
|
||||||
|
|
3
content/academic.md
Normal file
3
content/academic.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
+++
|
||||||
|
title = "Academic Work"
|
||||||
|
+++
|
3
content/projects.md
Normal file
3
content/projects.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
+++
|
||||||
|
title = "Private Projects"
|
||||||
|
+++
|
Loading…
Reference in a new issue