summaryrefslogtreecommitdiff
path: root/tests/sample_files/config/default_missing_dirs.yaml
blob: 03ee35aa79bb43a2b3868e57264aebf9bfc57706 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
%YAML 1.2
---
define: &root "$PYSSG_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"
fmt:
  date: "%a, %b %d, %Y @ %H:%M %Z"
dirs:
# test missing dirs (doesn't have any)
...