mark2web/example/content/config.yml
Sebastian Frank 6150fd377b
write html
2019-02-12 11:35:25 +01:00

21 lines
323 B
YAML

goTo: "/de/main/home"
index:
inputFile: "README.md"
outputFile: "index.html"
meta:
title: "global title"
description: "global description of example website"
keywords: "global keywords"
path:
strip: "^[0-9]*_(.*)"
ignoreForNav: "^_"
filename:
strip: "(.*).md$"
ignore: "^_"
outputExtension: "html"