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"

View File

@@ -1,5 +1,6 @@
---
navname: Home
Meta:
Title: Home
---

View File

@@ -1,5 +1,6 @@
---
navname: Leistungen
Meta:
Title: Leistungen
---

View File

@@ -1,5 +1,6 @@
---
navname: Adresse
Meta:
Title: Adresse
---

View File

@@ -1,5 +1,6 @@
---
navname: Anfahrt
Meta:
Title: Anfahrt
---

View File

@@ -1 +1,2 @@
goTo: adresse/
This:
GoTo: adresse/

View File

@@ -1 +1 @@
goTo: /de/service/impressum/
GoTo: /de/service/impressum/

View File

@@ -1,5 +1,6 @@
---
navname: Datenschutz
Meta:
Title: Datenschutz
---

View File

@@ -1,5 +1,6 @@
---
navname: AGB's
Meta:
Title: AGB's
---

View File

@@ -1,5 +1,6 @@
---
navname: Impressum
Meta:
Title: Impressum
---

View File

@@ -1,5 +1,6 @@
---
navname: Home
Meta:
Title: Home
---

View File

@@ -1,5 +1,6 @@
---
navname: Services
Meta:
Title: Services
---

View File

@@ -1,5 +1,6 @@
---
navname: Contact
Meta:
Title: Contact
---

View File

@@ -1 +1,2 @@
goTo: /en/service/imprint/
This:
GoTo: /en/service/imprint/

View File

@@ -1,5 +1,6 @@
---
navname: Terms
Meta:
Title: Terms
---

View File

@@ -1,5 +1,6 @@
---
navname: Imprint
Meta:
Title: Imprint
---