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"
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
navname: Home
|
||||
Meta:
|
||||
Title: Home
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
navname: Leistungen
|
||||
Meta:
|
||||
Title: Leistungen
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
navname: Adresse
|
||||
Meta:
|
||||
Title: Adresse
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
navname: Anfahrt
|
||||
Meta:
|
||||
Title: Anfahrt
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
goTo: adresse/
|
||||
This:
|
||||
GoTo: adresse/
|
||||
@@ -1 +1 @@
|
||||
goTo: /de/service/impressum/
|
||||
GoTo: /de/service/impressum/
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
navname: Datenschutz
|
||||
Meta:
|
||||
Title: Datenschutz
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
navname: AGB's
|
||||
Meta:
|
||||
Title: AGB's
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
navname: Impressum
|
||||
Meta:
|
||||
Title: Impressum
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
navname: Home
|
||||
Meta:
|
||||
Title: Home
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
navname: Services
|
||||
Meta:
|
||||
Title: Services
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
navname: Contact
|
||||
Meta:
|
||||
Title: Contact
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
goTo: /en/service/imprint/
|
||||
This:
|
||||
GoTo: /en/service/imprint/
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
navname: Terms
|
||||
Meta:
|
||||
Title: Terms
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
navname: Imprint
|
||||
Meta:
|
||||
Title: Imprint
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user