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