1
0
Fork 0
forked from reudnetz/website

start using gohugo.io to enable markdown pages

This commit is contained in:
Paul Spooren 2017-03-03 22:28:12 +01:00
parent 2e078fc88c
commit 165063f360
25 changed files with 623 additions and 232 deletions

31
config.toml Normal file
View 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"