summaryrefslogtreecommitdiff
path: root/src/pyssg/plt/default.yaml
blob: 9be299a8ae8bdcee7cb6329d4b316b3210c7f294 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
%YAML 1.2
---
define: &root "./"

title: "Example site"
path:
  src: !join [*root, "src"]
  dst: !join [*root, "dst"]
  plt: !join [*root, "plt"]
  db: !join [*root, "db"]
url:
  base: "https://example.com"
fmt:
  date: "%a, %b %d, %Y @ %H:%M %Z"
  rss_date: "%a, %d %b %Y %H:%M:%S GMT"
  sitemap_date: "%Y-%m-%d"
  list_date: "%b %d"
  list_sep_date: "%Y"
info:
  version: "0.0.0"
...
---
dir: "/"
plt:
  page: "page.html"
  index: "page_index.html"
  tags: "tag_index.html"
  rss: "rss.xml"
  sitemap: "sitemap.xml"
tags_prefix: '@'
...