blob: b6f0202fa32e2de47ade12ec1b0f03e8851b1fe9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
|