diff --git a/content/tabletop/_index.md b/content/tabletop/_index.md
index 88fa8e6..df956b3 100644
--- a/content/tabletop/_index.md
+++ b/content/tabletop/_index.md
@@ -1,3 +1,5 @@
+++
-title = "Tabletop Shit"
+title = "Tabletop Experiments and Stuff"
+++
+
+HEWWO
diff --git a/content/tabletop/glog-chemist.md b/content/tabletop/glog-chemist.md
deleted file mode 100644
index a5e8336..0000000
--- a/content/tabletop/glog-chemist.md
+++ /dev/null
@@ -1,72 +0,0 @@
-+++
-title = "GLoG Class: Mad Chemist"
-description = "A class based on the mixing and application of chemical concoctions."
-date = 2021-01-22
-draft = true
-+++
-
-
-
-Starting Equipment
-
-- 3 Vials each of 3 Chemicals
-- 9x Syringes each of 3 Chemicals
-- Chemistry Set
-- Labcoat
-- Goggles
-
-
-{% table() %}
-| d3 | Starting Skills |
-| --: | --- |
-| 1 | Drugs |
-| 2 | Chemicals |
-| 3 | Explosives |
-{% end %}
-
-
-
-{% table() %}
-| | Abilites |
-| --- | --- |
-| A | Portable Chemistry |
-| A | Chemical Warfare |
-| B | Chemical Analysis |
-| C | Explosive Delivery |
-| D | Oozes |
-{% end %}
-
-## Portable Chemistry
-
-## Chemical Warfare
-
-You can utilize a chemical as a regular attack in one of three ways.
-
-A single syringe loaded with a chemical can be injected into a target as a melee attack.
-The target get a modifier of `-2` to any save they can make against the effects of the chemical.
-
-The chemical inside a single vial may be splashed out in a conical area with a range of `10'`, emptying it.
-Make an attack roll against all in the targeted area.
-Those hit get a modifier of `+2` to any save they can make against the effects of the chemical.
-
-A single vial filled with a chemical may be thrown at a single target as a ranged attack with a range of `20'`.
-The target takes `1d4` damage in addition to the effects of the chemical.
-The vial is destroyed regardless of if it hits or misses the target.
-
-## Chemical Analysis
-
-## Explosive Delivery
-
-You can throw vials in a manner that they will explode on impact,
-inflicting `1d6` damage to the target directly hit with the vial,
-inflicting `1d4` damage to any within a `5'` radius,
-and inflicting the effects of the chemical on any within a `10'` radius.
-
-Those not directly hit with the vial get a modifier of `+2` to any save they can make against the effects of the chemical.
-
-## Oozes
-
-You can use vials of chemicals in order to create a living ooze with the properties of all chemicals used.
-The total number of vials used determines the total health, roll `1d8` for each vial used.
-Its attacks inflict the effect of all chemicals used on the target.
-It will follow two-word commands only from you.
diff --git a/content/tabletop/new-system.md b/content/tabletop/new-system.md
index 96e4dc9..4904edd 100644
--- a/content/tabletop/new-system.md
+++ b/content/tabletop/new-system.md
@@ -3,26 +3,6 @@ title = "New Tabletop RPG System (WIP)"
description = "Bored and restless, so time it is to design a tabletop system..."
date = 2020-12-21
draft = true
-[extra]
-toc = true
+++
-# Core Gameplay
-
-## Skill Checks
-
-A player attempting something that could be subject to failure will perform a
-skill check to determine whether they succeed or fail.
-
-A skill check is performed by rolling `1d20`, adding the relevant skill, and
-comparing the result to 20. If the result is equal to or greater than `20` then
-the action succeeds. If the result is less than `20` then the action fails.
-
-### Critical Rolls
-
-If the number rolled on the dice, before adding any other numbers, is exactly
-`20`, the character succeeds at their action no matter what.
-If exactly `1` is rolled, then the character fails their action no matter what.
-
-Further consequences, either good or bad, could occur on critical successes or
-fails, at the discretion of the GM.
+GAAAA
diff --git a/content/tabletop/testo.md b/content/tabletop/testo.md
new file mode 100644
index 0000000..791bdb3
--- /dev/null
+++ b/content/tabletop/testo.md
@@ -0,0 +1,8 @@
++++
+title = "New Tabletop RPG System NOT REAL"
+description = "Bored and restless, so time it is to design a tabletop system..."
+date = 2020-12-21
+draft = true
++++
+
+GAAAA
diff --git a/deploy.sh b/deploy.sh
index fcf1861..c5b142a 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -13,14 +13,14 @@ git worktree prune
rm -rf .git/worktrees/-deploy/
echo "Checking out gh-pages branch into public"
-git worktree add -B rendered .deploy origin/rendered
+git worktree add -B gh-pages .deploy origin/gh-pages
echo "Generating site"
zola build
cp -r public/* .deploy/
echo "Updating gh-pages branch"
-cd .deploy && git add --all && git commit -m "Publishing to rendered (deploy.sh)"
+cd .deploy && git add --all && git commit -m "Publishing to gh-pages (deploy.sh)"
echo "Pushing to github"
git push --all
diff --git a/static/style.css b/static/style.css
index 24e1ab1..a1077f7 100644
--- a/static/style.css
+++ b/static/style.css
@@ -24,9 +24,7 @@ body {
padding: 1rem;
}
-code {
- background-color: #454545;
- padding: 0 0.25ch;
+header {
}
h1,
@@ -34,7 +32,6 @@ h2,
h3 {
font-weight: bold;
font-size: 1em;
- margin-bottom: 0;
}
h1.site-title {
@@ -151,21 +148,6 @@ div.table-wrapper tr:nth-child(even) {
cursor: pointer;
}
-#toc ol {
- counter-reset: item;
- list-style-type: none;
-}
-
-#toc li {
- display: block;
- color: var(--decoration);
-}
-
-#toc li:before {
- content: counters(item, ".") " ";
- counter-increment: item;
-}
-
h1.post-title {
font-size: 1.5em;
border: none;
@@ -177,17 +159,3 @@ p.post-date {
color: var(--decoration);
margin: 0;
}
-
-p.post-desc {
- margin-top: 0;
-}
-
-.flex {
- display: flex;
- flex-wrap: wrap;
-}
-
-.flex * {
- margin-left: 1em;
- margin-right: 1em;
-}
diff --git a/templates/page.html b/templates/page.html
index 2c537e2..28cb752 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -10,22 +10,22 @@
{% if page.extra.toc %}
Table of Contents [-]
-
+
{% endif %}
{% endfor %}
-
+