diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..6c2dc33 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,4 @@ +--- +--- + +![The TTRPG logo](/logo.png) diff --git a/content/game/index.md b/content/game/index.md new file mode 100644 index 0000000..d823deb --- /dev/null +++ b/content/game/index.md @@ -0,0 +1,6 @@ +--- +title: Game Rules +type: page +--- + +> These rules will be provided for free (once they're done!), but do consider supporting me if you can by [purchasing a copy](/game/purchase). The PDF version is pay-what-you-want, or you can send tips via [Ko-fi](https://ko-fi.com/drabmakyo) or [Square Cash](https://cash.me/$makyo). diff --git a/content/game/purchase.md b/content/game/purchase.md new file mode 100644 index 0000000..98e6f98 --- /dev/null +++ b/content/game/purchase.md @@ -0,0 +1,5 @@ +--- +title: Purchasing +--- + +> *Post-Self* will be available as a physical booklet and a pay-what-you-want PDF. You can also get the rules for free here in the browser, but do consider supporting me! diff --git a/content/resources.md b/content/resources.md new file mode 100644 index 0000000..0c11a68 --- /dev/null +++ b/content/resources.md @@ -0,0 +1,5 @@ +--- +title: Resources +--- + +[Character sheet](/charsheet.pdf) diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html new file mode 100644 index 0000000..4a9d068 --- /dev/null +++ b/layouts/partials/nav.html @@ -0,0 +1,6 @@ + diff --git a/static/logo.png b/static/logo.png new file mode 100644 index 0000000..c5107f9 Binary files /dev/null and b/static/logo.png differ