summaryrefslogtreecommitdiff
path: root/pyssg.xyz/config.yaml
blob: 976ab4ff70d4b0b3193f3f61feac22aa539b1a2d (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
%YAML 1.2
---
define: &root_path "$HOME/pyssg/pyssg.xyz/"

title: "pyssg"
path:
  src: !join [*root_path, "src"]
  dst: !join [*root_path, "dst"]
  plt: !join [*root_path, "plt"]
  db: !join [*root_path, "db.psv"]
url:
  main: "https://pyssg.xyz"
  static: "https://static.pyssg.xyz"
  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: []
  articles:
    plt: "page.html"
    tags: True
...