summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.org19
-rw-r--r--src/dnd/index.yaml5
-rw-r--r--src/index.yaml13
3 files changed, 21 insertions, 16 deletions
diff --git a/TODO.org b/TODO.org
index 4c4768c..0eba4da 100644
--- a/TODO.org
+++ b/TODO.org
@@ -1,10 +1,8 @@
* functionality
- tag filtering
- changelog (blog)
-- index.ext.txt
+- index.yaml
- categories (writing/programming/dnd)
-* wish
-- case insenstive URLs
* style
- org tables
- alignment (justify)
@@ -14,16 +12,5 @@
- tags on right
- no bullets on indexes
- make dates hover text
-* missing
-Writing/Programming "section"s
-
- addItem("Writing",
- mkItem("http://365tomorrows.com/12/03/a-simple-lament/",
- "365 Tomorrows: A Simple Lament",
- [["FF", "Flash Fiction"]]));
-
- addItem("Programming",
- mkItem("./DND/WaterdeepBazaar/WaterdeepBazaar.html",
- "Waterdeep Bazaar: Marketplace Generator",
- [["DM", "DMing Resource"],
- ["WP", "WIP"]]));
+* wish
+- case insenstive URLs
diff --git a/src/dnd/index.yaml b/src/dnd/index.yaml
new file mode 100644
index 0000000..6e83a31
--- /dev/null
+++ b/src/dnd/index.yaml
@@ -0,0 +1,5 @@
+external:
+ - title: "Waterdeep Bazaar: Marketplace Generator"
+ url: "/dnd/WaterdeepBazaar/WaterdeepBazaar.html"
+ published: "2015-12-14"
+ tags: [DM, WP]
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]