summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--TODO.org19
m---------WaterdeepBazaar0
-rw-r--r--bin/util.rb12
-rw-r--r--out/dnd/DND.css (renamed from out/DND/DND.css)0
-rw-r--r--out/dnd/PsionicSchools.html (renamed from out/DND/PsionicSchools.html)2
-rw-r--r--out/dnd/Psionist.html (renamed from out/DND/Psionist.html)2
-rw-r--r--out/dnd/SpellGauntlet.html (renamed from out/DND/SpellGauntlet.html)2
-rw-r--r--out/dnd/Tastavi.html (renamed from out/DND/Tastavi.html)2
-rw-r--r--out/dnd/index.atom (renamed from out/DND/index.atom)12
-rw-r--r--out/dnd/index.html (renamed from out/DND/index.html)14
-rw-r--r--out/dnd/index.md (renamed from out/DND/index.md)10
-rw-r--r--out/index.atom10
-rw-r--r--out/index.html8
-rw-r--r--out/index.md8
-rw-r--r--src/dnd/Background.orig.png (renamed from src/DND/Background.orig.png)bin4791704 -> 4791704 bytes
-rw-r--r--src/dnd/Background.orig.small.png (renamed from src/DND/Background.orig.small.png)bin1302911 -> 1302911 bytes
-rw-r--r--src/dnd/Background.png (renamed from src/DND/Background.png)bin2403525 -> 2403525 bytes
-rw-r--r--src/dnd/DND.scss (renamed from src/DND/DND.scss)0
-rw-r--r--src/dnd/PsionicSchools.org (renamed from src/DND/PsionicSchools.org)0
-rw-r--r--src/dnd/Psionist.md (renamed from src/DND/Psionist.md)0
-rw-r--r--src/dnd/SpellGauntlet.org (renamed from src/DND/SpellGauntlet.org)0
-rw-r--r--src/dnd/Tastavi.md (renamed from src/DND/Tastavi.md)0
-rw-r--r--src/dnd/index.yaml5
-rw-r--r--src/favicon.gifbin260 -> 0 bytes
-rw-r--r--src/index.yaml13
26 files changed, 68 insertions, 53 deletions
diff --git a/Makefile b/Makefile
index 606f1da..c65f809 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ html.out += $(foreach d,$(sort $(dir $(patsubst src/%,out/%,$(html.src)))),$dind
mydir = $(patsubst %/,%,$(patsubst out/%,%,$(dir $@)))
-all: $(html.out) out/main.css out/DND/DND.css
+all: $(html.out) out/main.css out/dnd/DND.css
.PHONY: all
bin/page = bin/page bin/util.rb bin/pandoc.rb
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/WaterdeepBazaar b/WaterdeepBazaar
deleted file mode 160000
-Subproject ea56414e75f88838f98a053369f09aa2b3607b6
diff --git a/bin/util.rb b/bin/util.rb
index 16c7212..3376699 100644
--- a/bin/util.rb
+++ b/bin/util.rb
@@ -118,7 +118,17 @@ class Page
def slug ; @slug ||= infile.sub(/\..*$/,'').sub(/^.*\//,'') ; end
def content ; @content ||= pandoc.to('html5 '+(pandoc['pandoc_flags']||'')) ; end
def head ; @head ||= pandoc['html_head_extra'] ; end
- def tags ; @tags ||= (pandoc['tags'] || '').split.map{|tag|Tag.new(tag)} ; end
+
+ def tags
+ if @tags.nil?
+ raw = pandoc['tags'] || []
+ if raw.is_a?(String)
+ raw = raw.split
+ end
+ @tags = raw.map{|tag|Tag.new(tag)}
+ end
+ @tags
+ end
def published
if @published.nil?
diff --git a/out/DND/DND.css b/out/dnd/DND.css
index 400cee9..400cee9 100644
--- a/out/DND/DND.css
+++ b/out/dnd/DND.css
diff --git a/out/DND/PsionicSchools.html b/out/dnd/PsionicSchools.html
index cb5ddd8..54a4060 100644
--- a/out/DND/PsionicSchools.html
+++ b/out/dnd/PsionicSchools.html
@@ -9,7 +9,7 @@
</head>
<body>
<header>
- <p class=breadcrumbs><a href="/">Andrew D. Murrell</a> » <a href="/DND">DND</a> » <a href="/DND/PsionicSchools.html">PsionicSchools</a></p>
+ <p class=breadcrumbs><a href="/">Andrew D. Murrell</a> » <a href="/dnd">dnd</a> » <a href="/dnd/PsionicSchools.html">PsionicSchools</a></p>
<h1>AndrewDM</h1>
<nav>
<ul>
diff --git a/out/DND/Psionist.html b/out/dnd/Psionist.html
index dadabf9..b660283 100644
--- a/out/DND/Psionist.html
+++ b/out/dnd/Psionist.html
@@ -9,7 +9,7 @@
</head>
<body>
<header>
- <p class=breadcrumbs><a href="/">Andrew D. Murrell</a> » <a href="/DND">DND</a> » <a href="/DND/Psionist.html">Psionist</a></p>
+ <p class=breadcrumbs><a href="/">Andrew D. Murrell</a> » <a href="/dnd">dnd</a> » <a href="/dnd/Psionist.html">Psionist</a></p>
<h1>AndrewDM</h1>
<nav>
<ul>
diff --git a/out/DND/SpellGauntlet.html b/out/dnd/SpellGauntlet.html
index c837082..9f5d073 100644
--- a/out/DND/SpellGauntlet.html
+++ b/out/dnd/SpellGauntlet.html
@@ -9,7 +9,7 @@
</head>
<body>
<header>
- <p class=breadcrumbs><a href="/">Andrew D. Murrell</a> » <a href="/DND">DND</a> » <a href="/DND/SpellGauntlet.html">SpellGauntlet</a></p>
+ <p class=breadcrumbs><a href="/">Andrew D. Murrell</a> » <a href="/dnd">dnd</a> » <a href="/dnd/SpellGauntlet.html">SpellGauntlet</a></p>
<h1>AndrewDM</h1>
<nav>
<ul>
diff --git a/out/DND/Tastavi.html b/out/dnd/Tastavi.html
index ea1f7f5..05bf298 100644
--- a/out/DND/Tastavi.html
+++ b/out/dnd/Tastavi.html
@@ -9,7 +9,7 @@
</head>
<body>
<header>
- <p class=breadcrumbs><a href="/">Andrew D. Murrell</a> » <a href="/DND">DND</a> » <a href="/DND/Tastavi.html">Tastavi</a></p>
+ <p class=breadcrumbs><a href="/">Andrew D. Murrell</a> » <a href="/dnd">dnd</a> » <a href="/dnd/Tastavi.html">Tastavi</a></p>
<h1>AndrewDM</h1>
<nav>
<ul>
diff --git a/out/DND/index.atom b/out/dnd/index.atom
index 046d086..bcbbc73 100644
--- a/out/DND/index.atom
+++ b/out/dnd/index.atom
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
- <title>AndrewDM.me DND</title>
+ <title>AndrewDM.me dnd</title>
<link rel="self" type="application/atom+xml" href="./index.atom"/>
<link rel="alternate" type="text/html" href="./"/>
<link rel="alternate" type="text/markdown" href="./index.md"/>
- <updated>2016-12-31T22:48:59-07:00</updated>
+ <updated>2017-01-03T18:31:41-05:00</updated>
<author><name>Andrew Murrell</name><uri>https://andrewdm.me/</uri><email>ImFromNASA@gmail.com</email></author>
<id>https://lukeshu.com/blog/</id>
@@ -14,8 +14,8 @@
<link rel="alternate" type="text/html" href="./PsionicSchools.html"/>
<link rel="alternate" type="text/markdown" href="./PsionicSchools.md"/>
<id>https://lukeshu.com/blog/PsionicSchools.html</id>
- <updated>2016-12-31T22:48:59-07:00</updated>
- <published>2016-12-31T22:48:59-07:00</published>
+ <updated>2017-01-03T18:31:41-05:00</updated>
+ <published>2017-01-03T18:31:41-05:00</published>
<title>Schools of Psionics</title>
<content type="html">&lt;p&gt;From what I've seen, the most recent few 5e Unearthed Arcana dealing with &amp;quot;Psionics and the Mystic&amp;quot; have been getting somewhat mixed reviews. I don't think this is because of the mechanics--or rather not COMPLETELY because of the mechanics. Mechanics for psionics have always been weird, and the 5e style is good for D&amp;amp;D, so maintaining that is good and won't get any gripes from me.&lt;/p&gt;
&lt;p&gt;But I think that no matter what purely mechanical tweaks the UA team has planned for the Mystic, the general lukewarm reception isn't going to change unless we get something else squared away first. Something a little deeper--something that helps us grasp Psionics in the same way we grasp Magic: with a complete and intuitive system.&lt;/p&gt;
@@ -98,8 +98,8 @@
<link rel="alternate" type="text/html" href="./SpellGauntlet.html"/>
<link rel="alternate" type="text/markdown" href="./SpellGauntlet.md"/>
<id>https://lukeshu.com/blog/SpellGauntlet.html</id>
- <updated>2016-12-31T22:48:59-07:00</updated>
- <published>2016-12-31T22:48:59-07:00</published>
+ <updated>2017-01-03T18:31:41-05:00</updated>
+ <published>2017-01-03T18:31:41-05:00</published>
<title>Spell Gauntlet: Practical Spellcasting</title>
<content type="html">&lt;h1 id="teleport"&gt;Teleport&lt;/h1&gt;
&lt;h2 id="wizard---ft.-ula-mindis"&gt;Wizard - ft. Ula Mindis&lt;/h2&gt;
diff --git a/out/DND/index.html b/out/dnd/index.html
index 4e3d3a1..d414b44 100644
--- a/out/DND/index.html
+++ b/out/dnd/index.html
@@ -2,14 +2,14 @@
<html lang="en">
<head>
<meta charset="utf-8">
- <title>DND — AndrewDM</title>
+ <title>dnd — AndrewDM</title>
<link rel="stylesheet" href="/main.css">
<link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
<body>
<header>
- <p class=breadcrumbs><a href="/">Andrew D. Murrell</a> » <a href="/DND">DND</a></p>
+ <p class=breadcrumbs><a href="/">Andrew D. Murrell</a> » <a href="/dnd">dnd</a></p>
<h1>AndrewDM</h1>
<nav>
<ul>
@@ -25,12 +25,12 @@
</header>
<article>
- <h1 class=title>DND</h1>
+ <h1 class=title>dnd</h1>
<ul>
-<li><time>2016-12-31</time> - <a href="/DND/PsionicSchools.html">Schools of Psionics</a> <a class="tag ES" href="/tags/ES.html">Essay</a><a class="tag HB" href="/tags/HB.html">Homebrew</a></li>
-<li><time>2016-12-31</time> - <a href="/DND/SpellGauntlet.html">Spell Gauntlet: Practical Spellcasting</a> <a class="tag FF" href="/tags/FF.html">Flash Fiction</a><a class="tag SS" href="/tags/SS.html">Short Story</a><a class="tag WP" href="/tags/WP.html">WIP</a></li>
-<li><time>2016-08-30</time> - <a href="/DND/Tastavi.html">Tastavi D'Maelnor of Llolethane</a> <a class="tag SS" href="/tags/SS.html">Short Story</a></li>
-<li><time>2016-07-16</time> - <a href="/DND/Psionist.html">Psionist</a> <a class="tag ES" href="/tags/ES.html">Essay</a><a class="tag HB" href="/tags/HB.html">Homebrew</a></li>
+<li><time>2017-01-03</time> - <a href="/dnd/PsionicSchools.html">Schools of Psionics</a> <a class="tag ES" href="/tags/ES.html">Essay</a><a class="tag HB" href="/tags/HB.html">Homebrew</a></li>
+<li><time>2017-01-03</time> - <a href="/dnd/SpellGauntlet.html">Spell Gauntlet: Practical Spellcasting</a> <a class="tag FF" href="/tags/FF.html">Flash Fiction</a><a class="tag SS" href="/tags/SS.html">Short Story</a><a class="tag WP" href="/tags/WP.html">WIP</a></li>
+<li><time>2016-08-30</time> - <a href="/dnd/Tastavi.html">Tastavi D'Maelnor of Llolethane</a> <a class="tag SS" href="/tags/SS.html">Short Story</a></li>
+<li><time>2016-07-16</time> - <a href="/dnd/Psionist.html">Psionist</a> <a class="tag ES" href="/tags/ES.html">Essay</a><a class="tag HB" href="/tags/HB.html">Homebrew</a></li>
</ul>
</article>
diff --git a/out/DND/index.md b/out/dnd/index.md
index 664b78b..0fcd88b 100644
--- a/out/DND/index.md
+++ b/out/dnd/index.md
@@ -1,9 +1,9 @@
---
-title: "DND"
+title: "dnd"
---
- * <time>2016-12-31</time> - [Schools of Psionics](/DND/PsionicSchools.html) <a class="tag ES" href="/tags/ES.html">Essay</a><a class="tag HB" href="/tags/HB.html">Homebrew</a>
- * <time>2016-12-31</time> - [Spell Gauntlet: Practical Spellcasting](/DND/SpellGauntlet.html) <a class="tag FF" href="/tags/FF.html">Flash Fiction</a><a class="tag SS" href="/tags/SS.html">Short Story</a><a class="tag WP" href="/tags/WP.html">WIP</a>
- * <time>2016-08-30</time> - [Tastavi D'Maelnor of Llolethane](/DND/Tastavi.html) <a class="tag SS" href="/tags/SS.html">Short Story</a>
- * <time>2016-07-16</time> - [Psionist](/DND/Psionist.html) <a class="tag ES" href="/tags/ES.html">Essay</a><a class="tag HB" href="/tags/HB.html">Homebrew</a>
+ * <time>2017-01-03</time> - [Schools of Psionics](/dnd/PsionicSchools.html) <a class="tag ES" href="/tags/ES.html">Essay</a><a class="tag HB" href="/tags/HB.html">Homebrew</a>
+ * <time>2017-01-03</time> - [Spell Gauntlet: Practical Spellcasting](/dnd/SpellGauntlet.html) <a class="tag FF" href="/tags/FF.html">Flash Fiction</a><a class="tag SS" href="/tags/SS.html">Short Story</a><a class="tag WP" href="/tags/WP.html">WIP</a>
+ * <time>2016-08-30</time> - [Tastavi D'Maelnor of Llolethane](/dnd/Tastavi.html) <a class="tag SS" href="/tags/SS.html">Short Story</a>
+ * <time>2016-07-16</time> - [Psionist](/dnd/Psionist.html) <a class="tag ES" href="/tags/ES.html">Essay</a><a class="tag HB" href="/tags/HB.html">Homebrew</a>
diff --git a/out/index.atom b/out/index.atom
index 26acae9..9131e66 100644
--- a/out/index.atom
+++ b/out/index.atom
@@ -5,7 +5,7 @@
<link rel="self" type="application/atom+xml" href="./index.atom"/>
<link rel="alternate" type="text/html" href="./"/>
<link rel="alternate" type="text/markdown" href="./index.md"/>
- <updated>2016-12-31T22:48:59-07:00</updated>
+ <updated>2017-01-03T18:31:41-05:00</updated>
<author><name>Andrew Murrell</name><uri>https://andrewdm.me/</uri><email>ImFromNASA@gmail.com</email></author>
<id>https://lukeshu.com/blog/</id>
@@ -14,8 +14,8 @@
<link rel="alternate" type="text/html" href="./PsionicSchools.html"/>
<link rel="alternate" type="text/markdown" href="./PsionicSchools.md"/>
<id>https://lukeshu.com/blog/PsionicSchools.html</id>
- <updated>2016-12-31T22:48:59-07:00</updated>
- <published>2016-12-31T22:48:59-07:00</published>
+ <updated>2017-01-03T18:31:41-05:00</updated>
+ <published>2017-01-03T18:31:41-05:00</published>
<title>Schools of Psionics</title>
<content type="html">&lt;p&gt;From what I've seen, the most recent few 5e Unearthed Arcana dealing with &amp;quot;Psionics and the Mystic&amp;quot; have been getting somewhat mixed reviews. I don't think this is because of the mechanics--or rather not COMPLETELY because of the mechanics. Mechanics for psionics have always been weird, and the 5e style is good for D&amp;amp;D, so maintaining that is good and won't get any gripes from me.&lt;/p&gt;
&lt;p&gt;But I think that no matter what purely mechanical tweaks the UA team has planned for the Mystic, the general lukewarm reception isn't going to change unless we get something else squared away first. Something a little deeper--something that helps us grasp Psionics in the same way we grasp Magic: with a complete and intuitive system.&lt;/p&gt;
@@ -98,8 +98,8 @@
<link rel="alternate" type="text/html" href="./SpellGauntlet.html"/>
<link rel="alternate" type="text/markdown" href="./SpellGauntlet.md"/>
<id>https://lukeshu.com/blog/SpellGauntlet.html</id>
- <updated>2016-12-31T22:48:59-07:00</updated>
- <published>2016-12-31T22:48:59-07:00</published>
+ <updated>2017-01-03T18:31:41-05:00</updated>
+ <published>2017-01-03T18:31:41-05:00</published>
<title>Spell Gauntlet: Practical Spellcasting</title>
<content type="html">&lt;h1 id="teleport"&gt;Teleport&lt;/h1&gt;
&lt;h2 id="wizard---ft.-ula-mindis"&gt;Wizard - ft. Ula Mindis&lt;/h2&gt;
diff --git a/out/index.html b/out/index.html
index 31e82b9..c54d882 100644
--- a/out/index.html
+++ b/out/index.html
@@ -27,11 +27,11 @@
<h1 class=title></h1>
<ul>
-<li><time>2016-12-31</time> - <a href="/DND/PsionicSchools.html">Schools of Psionics</a> <a class="tag ES" href="/tags/ES.html">Essay</a><a class="tag HB" href="/tags/HB.html">Homebrew</a></li>
-<li><time>2016-12-31</time> - <a href="/DND/SpellGauntlet.html">Spell Gauntlet: Practical Spellcasting</a> <a class="tag FF" href="/tags/FF.html">Flash Fiction</a><a class="tag SS" href="/tags/SS.html">Short Story</a><a class="tag WP" href="/tags/WP.html">WIP</a></li>
+<li><time>2017-01-03</time> - <a href="/dnd/PsionicSchools.html">Schools of Psionics</a> <a class="tag ES" href="/tags/ES.html">Essay</a><a class="tag HB" href="/tags/HB.html">Homebrew</a></li>
+<li><time>2017-01-03</time> - <a href="/dnd/SpellGauntlet.html">Spell Gauntlet: Practical Spellcasting</a> <a class="tag FF" href="/tags/FF.html">Flash Fiction</a><a class="tag SS" href="/tags/SS.html">Short Story</a><a class="tag WP" href="/tags/WP.html">WIP</a></li>
<li><time>2016-12-31</time> - <a href="/Andrew.html">Hello Internet Person!</a></li>
-<li><time>2016-08-30</time> - <a href="/DND/Tastavi.html">Tastavi D'Maelnor of Llolethane</a> <a class="tag SS" href="/tags/SS.html">Short Story</a></li>
-<li><time>2016-07-16</time> - <a href="/DND/Psionist.html">Psionist</a> <a class="tag ES" href="/tags/ES.html">Essay</a><a class="tag HB" href="/tags/HB.html">Homebrew</a></li>
+<li><time>2016-08-30</time> - <a href="/dnd/Tastavi.html">Tastavi D'Maelnor of Llolethane</a> <a class="tag SS" href="/tags/SS.html">Short Story</a></li>
+<li><time>2016-07-16</time> - <a href="/dnd/Psionist.html">Psionist</a> <a class="tag ES" href="/tags/ES.html">Essay</a><a class="tag HB" href="/tags/HB.html">Homebrew</a></li>
</ul>
</article>
diff --git a/out/index.md b/out/index.md
index 7474e57..4d54044 100644
--- a/out/index.md
+++ b/out/index.md
@@ -3,8 +3,8 @@ title: ""
---
- * <time>2016-12-31</time> - [Schools of Psionics](/DND/PsionicSchools.html) <a class="tag ES" href="/tags/ES.html">Essay</a><a class="tag HB" href="/tags/HB.html">Homebrew</a>
- * <time>2016-12-31</time> - [Spell Gauntlet: Practical Spellcasting](/DND/SpellGauntlet.html) <a class="tag FF" href="/tags/FF.html">Flash Fiction</a><a class="tag SS" href="/tags/SS.html">Short Story</a><a class="tag WP" href="/tags/WP.html">WIP</a>
+ * <time>2017-01-03</time> - [Schools of Psionics](/dnd/PsionicSchools.html) <a class="tag ES" href="/tags/ES.html">Essay</a><a class="tag HB" href="/tags/HB.html">Homebrew</a>
+ * <time>2017-01-03</time> - [Spell Gauntlet: Practical Spellcasting](/dnd/SpellGauntlet.html) <a class="tag FF" href="/tags/FF.html">Flash Fiction</a><a class="tag SS" href="/tags/SS.html">Short Story</a><a class="tag WP" href="/tags/WP.html">WIP</a>
* <time>2016-12-31</time> - [Hello Internet Person!](/Andrew.html)
- * <time>2016-08-30</time> - [Tastavi D'Maelnor of Llolethane](/DND/Tastavi.html) <a class="tag SS" href="/tags/SS.html">Short Story</a>
- * <time>2016-07-16</time> - [Psionist](/DND/Psionist.html) <a class="tag ES" href="/tags/ES.html">Essay</a><a class="tag HB" href="/tags/HB.html">Homebrew</a>
+ * <time>2016-08-30</time> - [Tastavi D'Maelnor of Llolethane](/dnd/Tastavi.html) <a class="tag SS" href="/tags/SS.html">Short Story</a>
+ * <time>2016-07-16</time> - [Psionist](/dnd/Psionist.html) <a class="tag ES" href="/tags/ES.html">Essay</a><a class="tag HB" href="/tags/HB.html">Homebrew</a>
diff --git a/src/DND/Background.orig.png b/src/dnd/Background.orig.png
index 837ce8c..837ce8c 100644
--- a/src/DND/Background.orig.png
+++ b/src/dnd/Background.orig.png
Binary files differ
diff --git a/src/DND/Background.orig.small.png b/src/dnd/Background.orig.small.png
index becc4c1..becc4c1 100644
--- a/src/DND/Background.orig.small.png
+++ b/src/dnd/Background.orig.small.png
Binary files differ
diff --git a/src/DND/Background.png b/src/dnd/Background.png
index c932f67..c932f67 100644
--- a/src/DND/Background.png
+++ b/src/dnd/Background.png
Binary files differ
diff --git a/src/DND/DND.scss b/src/dnd/DND.scss
index fcb258c..fcb258c 100644
--- a/src/DND/DND.scss
+++ b/src/dnd/DND.scss
diff --git a/src/DND/PsionicSchools.org b/src/dnd/PsionicSchools.org
index 91f84a1..91f84a1 100644
--- a/src/DND/PsionicSchools.org
+++ b/src/dnd/PsionicSchools.org
diff --git a/src/DND/Psionist.md b/src/dnd/Psionist.md
index 1c7b9e5..1c7b9e5 100644
--- a/src/DND/Psionist.md
+++ b/src/dnd/Psionist.md
diff --git a/src/DND/SpellGauntlet.org b/src/dnd/SpellGauntlet.org
index cb97497..cb97497 100644
--- a/src/DND/SpellGauntlet.org
+++ b/src/dnd/SpellGauntlet.org
diff --git a/src/DND/Tastavi.md b/src/dnd/Tastavi.md
index 0f7eb12..0f7eb12 100644
--- a/src/DND/Tastavi.md
+++ b/src/dnd/Tastavi.md
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/favicon.gif b/src/favicon.gif
deleted file mode 100644
index 6441028..0000000
--- a/src/favicon.gif
+++ /dev/null
Binary files differ
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]