This commit is contained in:
jane 2023-04-11 21:48:18 -04:00
commit 220d96a287
16 changed files with 260 additions and 0 deletions

19
templates/index.html Normal file
View file

@ -0,0 +1,19 @@
{% extends "base.html" %}
{% block content %}
<div>
<h1 class="title">
Shimmer Systems
</h1>
<p>hi, i'm jane. <a href="/blog/about/">about me.</a></p>
<br/>
<p>email and discord are only given out to people i know</p>
<p><a href="https://github.com/jane0009">github</a></p>
<p><a href="https://gitdab.com/jane">gitdab</a></p>
<p><a href="https://sunset-shimmy.tumblr.com">tumblr</a></p>
<p><a href="https://twitter.com/jane____0">twitter (private)</a></p>
<p><a href="https://j4.pm">j4.pm</a></p>
<p><a href="{{ get_url(path='@/blog/_index.md') }}">blog posts??</a></p>
</div>
{% endblock content %}