Publishing to rendered (deploy.sh)
This commit is contained in:
parent
f5a5c6448b
commit
2c63dfd223
7 changed files with 521 additions and 82 deletions
|
|
@ -11,22 +11,10 @@
|
|||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1 class="site-title">Hazel's Site</h1>
|
||||
<nav>
|
||||
<h1 class="site-title"><a href="https://hazelnut.dev">Hazel's Site</a></h1>
|
||||
<nav id="navbar">
|
||||
<ul>
|
||||
|
||||
<li>
|
||||
<a class="internal" href="https://hazelnut.dev">
|
||||
Home
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a class="" href="https://hazelnut.dev/glog">
|
||||
GLOG Rules
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a class="internal" href="https://hazelnut.dev/tabletop">
|
||||
Tabletop Shit
|
||||
|
|
@ -34,8 +22,14 @@
|
|||
</li>
|
||||
|
||||
<li>
|
||||
<a class="" href="https://pics.hazelnut.dev">
|
||||
Photos
|
||||
<a class="" href="https://hazellanes.itch.io">
|
||||
Games
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a class="" href="https://gitdab.com/hazelra">
|
||||
Code
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
@ -48,6 +42,23 @@
|
|||
<h1> Tabletop Shit </h1>
|
||||
<ul class="post-list">
|
||||
|
||||
<li>
|
||||
<a class="internal" href="https://hazelnut.dev/tabletop/habeltop-system/">
|
||||
Habeltop RPG System
|
||||
|
||||
|
||||
<p class="post-date">
|
||||
2021-03-24
|
||||
</p>
|
||||
|
||||
|
||||
<p class="post-desc">
|
||||
Hazel designs a little tabletop RPG system for hopefully finally running a campaign with friends.
|
||||
</p>
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue