Publishing to rendered (deploy.sh)

This commit is contained in:
Hazel Layne Aranda 2021-03-24 18:13:29 -04:00
parent 9a33b383b9
commit f5a5c6448b
3 changed files with 49 additions and 19 deletions

View File

@ -52,12 +52,12 @@
<h1>Table of Contents <span id="toc-toggle">[-]</span></h1>
<div id="toc">
<ul>
<ol>
<li>
<a class="internal" href="https://hazelnut.dev/glog/#core-rules">Core Rules</a>
<ul>
<ol>
<li>
<a class="internal" href="https://hazelnut.dev/glog/#stats">Stats</a>
@ -75,14 +75,14 @@
<a class="internal" href="https://hazelnut.dev/glog/#skills">Skills</a>
</li>
</ul>
</ol>
</li>
<li>
<a class="internal" href="https://hazelnut.dev/glog/#combat">Combat</a>
<ul>
<ol>
<li>
<a class="internal" href="https://hazelnut.dev/glog/#initiative">Initiative</a>
@ -120,14 +120,14 @@
<a class="internal" href="https://hazelnut.dev/glog/#reaction-and-morale-rolls">Reaction and Morale Rolls</a>
</li>
</ul>
</ol>
</li>
<li>
<a class="internal" href="https://hazelnut.dev/glog/#death-and-dismemberment-table">Death and Dismemberment Table</a>
<ul>
<ol>
<li>
<a class="internal" href="https://hazelnut.dev/glog/#fatal-wounds">Fatal Wounds</a>
@ -137,14 +137,14 @@
<a class="internal" href="https://hazelnut.dev/glog/#injuries">Injuries</a>
</li>
</ul>
</ol>
</li>
<li>
<a class="internal" href="https://hazelnut.dev/glog/#inventory-and-items">Inventory and Items</a>
<ul>
<ol>
<li>
<a class="internal" href="https://hazelnut.dev/glog/#encumbrance">Encumbrance</a>
@ -174,14 +174,14 @@
<a class="internal" href="https://hazelnut.dev/glog/#hirelings">Hirelings</a>
</li>
</ul>
</ol>
</li>
<li>
<a class="internal" href="https://hazelnut.dev/glog/#dungeon-procedures">Dungeon Procedures</a>
<ul>
<ol>
<li>
<a class="internal" href="https://hazelnut.dev/glog/#movement">Movement</a>
@ -203,14 +203,14 @@
<a class="internal" href="https://hazelnut.dev/glog/#other-activities">Other Activities</a>
</li>
</ul>
</ol>
</li>
<li>
<a class="internal" href="https://hazelnut.dev/glog/#character-generation">Character Generation</a>
<ul>
<ol>
<li>
<a class="internal" href="https://hazelnut.dev/glog/#templates-and-multiclassing">Templates and Multiclassing</a>
@ -220,11 +220,11 @@
<a class="internal" href="https://hazelnut.dev/glog/#levelling-up">Levelling Up</a>
</li>
</ul>
</ol>
</li>
</ul>
</ol>
</div>
<script>
var shown = false;

View File

@ -24,7 +24,9 @@ body {
padding: 1rem;
}
header {
code {
background-color: #454545;
padding: 0 0.25ch;
}
h1,
@ -32,6 +34,7 @@ h2,
h3 {
font-weight: bold;
font-size: 1em;
margin-bottom: 0;
}
h1.site-title {
@ -148,6 +151,21 @@ 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;
@ -159,3 +177,17 @@ 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;
}

View File

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Tabletop Experiments and Stuff - Hazelnut</title>
<title>Tabletop Shit - Hazelnut</title>
<link rel="stylesheet" href="https:&#x2F;&#x2F;hazelnut.dev&#x2F;style.css" />
<link rel="icon" href="https:&#x2F;&#x2F;hazelnut.dev&#x2F;favicon.png" />
@ -45,9 +45,7 @@
<div id="content">
<p>HEWWO</p>
<hr>
<h1> Tabletop Shit </h1>
<ul class="post-list">
</ul>