write html

This commit is contained in:
Sebastian Frank
2019-02-12 11:35:25 +01:00
parent 29a745283a
commit 6150fd377b
3 changed files with 129 additions and 24 deletions

View File

@@ -1,7 +1,8 @@
title: "Example Website"
goTo: "/de/main/home"
inputFile: "README.md"
outputFile: "index.html"
index:
inputFile: "README.md"
outputFile: "index.html"
meta:
title: "global title"
@@ -9,11 +10,11 @@ meta:
keywords: "global keywords"
path:
strip: "^[0-9]*_"
strip: "^[0-9]*_(.*)"
ignoreForNav: "^_"
filename:
strip: ""
ignore: "_"
strip: "(.*).md$"
ignore: "^_"
outputExtension: "html"