read config
This commit is contained in:
13
example/content/config.yml
Normal file
13
example/content/config.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
title: "Example Website"
|
||||
goTo: "/de/main/home"
|
||||
inputFile: "README.md"
|
||||
outputFile: "index.html"
|
||||
|
||||
meta:
|
||||
title: "global title"
|
||||
description: "global description of example website"
|
||||
keywords: "global keywords"
|
||||
|
||||
path:
|
||||
strip: "^[0-9]+_"
|
||||
ignoreForNav: "^_"
|
||||
Reference in New Issue
Block a user