mark2web/example/content/config.yml
Sebastian Frank 35561aa97f
fixed yaml
2019-02-12 12:52:46 +01:00

24 lines
353 B
YAML

This:
GoTo: "/de/main/home"
Index:
InputFile: "README.md"
OutputFile: "index.html"
Meta:
Title: "global title"
Description: "global description of example website"
Keywords: "global keywords"
Template: index.html
Path:
Strip: "^[0-9]*_(.*)"
IgnoreForNav: "^_"
Filename:
Strip: "(.*).md$"
Ignore: "^_"
OutputExtension: "html"