fixed yaml

This commit is contained in:
Sebastian Frank
2019-02-12 12:52:46 +01:00
parent 6150fd377b
commit 35561aa97f
22 changed files with 137 additions and 64 deletions

View File

@@ -1,20 +1,23 @@
goTo: "/de/main/home"
This:
GoTo: "/de/main/home"
index:
inputFile: "README.md"
outputFile: "index.html"
Index:
InputFile: "README.md"
OutputFile: "index.html"
meta:
title: "global title"
description: "global description of example website"
keywords: "global keywords"
Meta:
Title: "global title"
Description: "global description of example website"
Keywords: "global keywords"
path:
strip: "^[0-9]*_(.*)"
ignoreForNav: "^_"
Template: index.html
filename:
strip: "(.*).md$"
ignore: "^_"
outputExtension: "html"
Path:
Strip: "^[0-9]*_(.*)"
IgnoreForNav: "^_"
Filename:
Strip: "(.*).md$"
Ignore: "^_"
OutputExtension: "html"