write html
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user