New: Ability, Adventuring Company, Alchemy, Archetype, Career, Character Creation, Equipment, Markup, Mechanika, Monsternomicon, Organization, Race, Skill, Spell, Steamjack, Thrall

This commit is contained in:
phil 2013-06-12 08:38:42 +02:00
commit 04d184a4db
38 changed files with 7579 additions and 0 deletions

16
index.html Normal file
View file

@ -0,0 +1,16 @@
---
layout: ikrpg
time: June 2, 2013
title: Unofficial IKRPG Wiki
tags: [Sache, Raum, Zeit]
editors: [Yord]
---
<p>
Welcome to the unofficial Iron Kingdoms Wiki.
</p>
<h2>Pages</h2>
<ul>
{% for post in site.posts reversed sort:title %}
<li><a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>