mark2web/example/content/config.yml

20 lines
323 B
YAML
Raw Normal View History

2019-02-11 15:00:27 +01:00
title: "Example Website"
goTo: "/de/main/home"
inputFile: "README.md"
outputFile: "index.html"
meta:
title: "global title"
description: "global description of example website"
keywords: "global keywords"
path:
2019-02-12 10:21:51 +01:00
strip: "^[0-9]*_"
2019-02-11 15:00:27 +01:00
ignoreForNav: "^_"
2019-02-12 10:21:51 +01:00
filename:
strip: ""
ignore: "_"
outputExtension: "html"