add first page
This commit is contained in:
parent
d5369ee8ec
commit
0a0768d11a
12
config.toml
12
config.toml
|
@ -23,3 +23,15 @@ theme = "hermit"
|
|||
|
||||
homeSubtitle = "Homepage of Christoph Cullmann."
|
||||
footerCopyright = ' · <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
|
||||
|
||||
[menu]
|
||||
|
||||
[[menu.main]]
|
||||
name = "Posts"
|
||||
url = "posts/"
|
||||
weight = 10
|
||||
|
||||
[[menu.main]]
|
||||
name = "About"
|
||||
url = "about/"
|
||||
weight = 20
|
||||
|
|
3
content/about.md
Normal file
3
content/about.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
+++
|
||||
title = "About"
|
||||
+++
|
Loading…
Reference in a new issue