summaryrefslogtreecommitdiff
path: root/src/pyssg/plt/default.yaml
blob: 74ef0eec98470f1c03895a5c44bd28561924eb60 (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
%YAML 1.2
---
define: &root "$HOME/pyssg/site_example/"

title: "Example site"
path:
  src: !join [*root, "src"]
  dst: !join [*root, "dst"]
  plt: !join [*root, "plt"]
  db: !join [*root, ".files"]
url:
  main: "https://example.com"
  static: "https://static.example.com"
  default_image: "images/default.png"
fmt:
  date: "%a, %b %d, %Y @ %H:%M %Z"
  list_date: "%b %d"
  list_sep_date: "%B %Y"
dirs:
  /:
    plt: "page.html"
    tags: False
    index: False
    rss: False
    sitemap: False
    exclude_dirs: []
...