forked from reudnetz/website
start using gohugo.io to enable markdown pages
This commit is contained in:
parent
2e078fc88c
commit
165063f360
25 changed files with 623 additions and 232 deletions
31
config.toml
Normal file
31
config.toml
Normal file
|
@ -0,0 +1,31 @@
|
|||
languageCode = "en-us"
|
||||
title = "My New Hugo Site"
|
||||
baseurl = "http://example.org/"
|
||||
|
||||
[params]
|
||||
highlightStyle = "github"
|
||||
description = ""
|
||||
|
||||
[[params.mainMenu]]
|
||||
name = "Wilkommen"
|
||||
link = ""
|
||||
|
||||
[[params.mainMenu]]
|
||||
name = "Was"
|
||||
link = "was"
|
||||
|
||||
[[params.mainMenu]]
|
||||
name = "Wie"
|
||||
link = "wie"
|
||||
|
||||
[[params.mainMenu]]
|
||||
name = "Wer"
|
||||
link = "wer"
|
||||
|
||||
[[params.mainMenu]]
|
||||
name = "Warum"
|
||||
link = "warum"
|
||||
|
||||
#[[params.mainMenu]]
|
||||
# name = "Wiki"
|
||||
# link = "wiki"
|
Loading…
Add table
Add a link
Reference in a new issue