summaryrefslogtreecommitdiff
path: root/src/index.yaml
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-03 18:27:15 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-03 18:31:48 -0500
commitc7d1d2a0dc6930944c2be874a3f040b623ed0a57 (patch)
treed3232fea997bfe1ffe83b1b33ab65c916cb185e7 /src/index.yaml
parent37437d5e3983e48556e66c07f1d6a6f9b4ed6b17 (diff)
Write some index.yaml files, even though it's not implemented yet.
Diffstat (limited to 'src/index.yaml')
-rw-r--r--src/index.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/index.yaml b/src/index.yaml
new file mode 100644
index 0000000..3532b53
--- /dev/null
+++ b/src/index.yaml
@@ -0,0 +1,13 @@
+sections:
+ "writing": "Writing"
+ "dnd": "Dungeons & Dragons"
+ "prog": "Programming"
+external:
+ - title: "365 Tomorrows: A Simple Lament"
+ url: "http://365tomorrows.com/12/03/a-simple-lament/"
+ published: "2013-12-03"
+ tags: [FF]
+ - title: "Waterdeep Bazaar: Marketplace Generator"
+ url: "/dnd/WaterdeepBazaar/WaterdeepBazaar.html"
+ published: "2015-12-14"
+ tags: [DM, WP]