summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-04 17:13:22 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-04 17:13:22 -0500
commit90e593e800e62b1605a8052a54e0ab3371dd3dde (patch)
tree35290948b249e6e756a3fdf6724fc8aa2bb4c6af /src
parent5e257d407b4abf2be61c656dfb1d383396df35b1 (diff)
implement sections
Diffstat (limited to 'src')
-rw-r--r--src/index.yaml1
-rw-r--r--src/writing/index.yaml6
2 files changed, 7 insertions, 0 deletions
diff --git a/src/index.yaml b/src/index.yaml
index 931c08e..535f810 100644
--- a/src/index.yaml
+++ b/src/index.yaml
@@ -8,6 +8,7 @@ external:
url: "http://365tomorrows.com/12/03/a-simple-lament/"
published: "2013-12-03"
tags: [FF]
+ section: "writing"
- title: "Waterdeep Bazaar: Marketplace Generator"
url: "/dnd/WaterdeepBazaar/WaterdeepBazaar.html"
published: "2015-12-14"
diff --git a/src/writing/index.yaml b/src/writing/index.yaml
new file mode 100644
index 0000000..a04bb2d
--- /dev/null
+++ b/src/writing/index.yaml
@@ -0,0 +1,6 @@
+title: "Writing"
+external:
+ - title: "365 Tomorrows: A Simple Lament"
+ url: "http://365tomorrows.com/12/03/a-simple-lament/"
+ published: "2013-12-03"
+ tags: [FF]