diff options
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 37 |
1 files changed, 5 insertions, 32 deletions
diff --git a/templates/index.html b/templates/index.html index afa923e..6fd3d1c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,40 +3,13 @@ {% block title %}lemon's site{% endblock title %} {% block content %} -<h1 class="title">lemon's site</h1> -<img width="256" src="/asset/moth.png"> +<h1 class="title"> + {{ section.title }} +</h1> -<p> -I like tool-assisted speedruns, cats, compilers, bugs, ... -</p> - -<h3>links</h3> - -<ul> -<li><a href="/w">writings/blog</a> (last updated on {{ get_section(path="w/_index.md") | get(key="pages") | map(attribute="date") | first }}) -<li><a href="https://git.sr.ht/~lsof/">git</a> -<li><img src="/asset/link.png" width="18" height="23"> -<li><a href="https://www.youtube.com/channel/UCoZ8JbiXlq_Zh0DGvaGRTDQ">youtube</a> -<li><a href="https://github.com/lemon32767">github (abandoned)</a> -</ul> - -<h3>projects</h3> -<ul> -<li><a href="https://github.com/lemon32767/ccleste/">ccleste</a> - a C source port of the PICO-8 game Celeste -<li><a href="/mips.html">web MIPS assembler/disassembler</a> (incomplete) -<li><a href="https://git.sr.ht/~lsof/cff">cff</a> - experimental systems programming language -<!--li><a href="https://git.sr.ht/~lsof/pez">pez</a> - toy embeddable programming language<--!> -</ul> - -<h3>contact</h3> - -<ul> -<li><code>lemonĀ·#4203</code> on discord -<li>you can email me to say hi at <code>lsof@mailbox.org</code> -</ul> - -<hr> +{{ section.content | safe }} +<br> <img src="/asset/pommy.png"> <img src="/asset/lynx.png"> <img src="/asset/linux.png"> |