diff options
Diffstat (limited to 'example-site/conf.yml')
| -rw-r--r-- | example-site/conf.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/example-site/conf.yml b/example-site/conf.yml new file mode 100644 index 0000000..b6f0202 --- /dev/null +++ b/example-site/conf.yml @@ -0,0 +1,20 @@ +# All these can be unset +reindexpath: /reIndex +staticdirectory: static +basetemplate: inc/base.html +documentsplit: "|---\n" +suffix: ".md" + +# Used by the feeds handler +title: "My Example Website!" +description: > + An example website powered by markdown, yaml and some clever templating +author: + name: "Example Author" + # uri: "https://example.com" # Not required + # email: "author@example.com" # Not required +# Change this to your actual website URI, e.g. https://example.com +siteurl: "http://localhost:8080" +feedid: "changeme" +updated: 07.13.2021 19:51:00 EDT +feedprefix: .feeds |
