This commit is contained in:
20
_example/content/config.yml
Normal file
20
_example/content/config.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
Index:
|
||||
InputFile: "README.md"
|
||||
OutputFile: "index.html"
|
||||
|
||||
Meta:
|
||||
Title: "global title"
|
||||
Description: "global description of example website"
|
||||
Keywords: "global keywords"
|
||||
|
||||
Template: base.html
|
||||
|
||||
Path:
|
||||
Strip: "^[0-9]*_(.*)"
|
||||
IgnoreForNav: "^_"
|
||||
|
||||
Filename:
|
||||
Strip: "(.*).md$"
|
||||
Ignore: "^_"
|
||||
OutputExtension: "html"
|
||||
|
||||
Reference in New Issue
Block a user