summaryrefslogtreecommitdiff
path: root/tests/sample_files/config/multiple_default.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sample_files/config/multiple_default.yaml')
-rw-r--r--tests/sample_files/config/multiple_default.yaml45
1 files changed, 0 insertions, 45 deletions
diff --git a/tests/sample_files/config/multiple_default.yaml b/tests/sample_files/config/multiple_default.yaml
deleted file mode 100644
index 54954b1..0000000
--- a/tests/sample_files/config/multiple_default.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-%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:
- /:
- cfg:
- plt: "page.html"
- tags: False
- index: False
- rss: False
- sitemap: False
-...
----
-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:
- /:
- cfg:
- plt: "page.html"
- tags: False
- index: False
- rss: False
- sitemap: False
-... \ No newline at end of file