summaryrefslogtreecommitdiff
path: root/config.yaml
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-06 19:50:45 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-06 19:50:45 -0500
commit7edb003cd1c9b53ffdff11ef85532e39f08db16d (patch)
tree180db82a4af7720508ae2732393401bf4d27cadf /config.yaml
parent7d875df65221d4da91953cf129a03e76fe8e5d29 (diff)
wip
Diffstat (limited to 'config.yaml')
-rw-r--r--config.yaml26
1 files changed, 26 insertions, 0 deletions
diff --git a/config.yaml b/config.yaml
new file mode 100644
index 0000000..b2eb53e
--- /dev/null
+++ b/config.yaml
@@ -0,0 +1,26 @@
+url: "https://www.andrewdm.me/"
+html_suffixes: ["md", "org"]
+
+# Licenses
+default_license: "CC BS-SA-3.0"
+license_uris:
+ "CC BY-SA-3.0": "https://creativecommons.org/licenses/by-sa/3.0/"
+ "WTFPL-2": "http://www.wtfpl.net/txt/copying/"
+
+# People
+defualt_author: "Andrew Murrell"
+person_uris:
+ "Luke Shumaker": "https://lukeshu.com/"
+ "Andrew Murrell": "https://andrewdm.me/"
+person_emails:
+ "Luke Shumaker": "lukeshu@parabola.nu"
+ "Andrew Murrell": "ImFromNASA@gmail.com"
+
+# Tags
+tag_names:
+ "DM": "DMing Resource"
+ "ES": "Essay"
+ "FF": "Flash Fiction"
+ "HB": "Homebrew"
+ "SS": "Short Story"
+ "WP": "WIP"