Compare commits
5 Commits
65602b0810
...
b8d45e2ee2
| Author | SHA1 | Date |
|---|---|---|
|
|
b8d45e2ee2 | |
|
|
366a243af4 | |
|
|
1df3289b25 | |
|
|
20a9fc79ae | |
|
|
6a1fde9bb8 |
|
|
@ -18,9 +18,6 @@
|
||||||
<img src="{{ index .Params "image" }}" alt="{{ .Title }}" class="preview">
|
<img src="{{ index .Params "image" }}" alt="{{ .Title }}" class="preview">
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if ne .Kind "term" }}
|
|
||||||
<p class="date">{{.Date.Format "January 2, 2006"}}</p>
|
|
||||||
{{ end }}
|
|
||||||
</a>
|
</a>
|
||||||
<p class="summary">{{ .Summary | plainify | htmlUnescape }}</p>
|
<p class="summary">{{ .Summary | plainify | htmlUnescape }}</p>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
<div class="one-half column">
|
<div class="one-half column">
|
||||||
<p>
|
<p>
|
||||||
{{ .Site.Title }} <br />
|
{{ .Site.Title }} <br />
|
||||||
copyright 2021 {{ .Site.Copyright }}
|
copyright 2022 {{ .Site.Copyright }}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -100,7 +100,7 @@
|
||||||
alongside a fully custom theme. the repository for all of the
|
alongside a fully custom theme. the repository for all of the
|
||||||
code that generates this blog and its posts (as well as this very
|
code that generates this blog and its posts (as well as this very
|
||||||
landing page) can be found
|
landing page) can be found
|
||||||
<a href="https://irie.clinic.homo.casa/steven-y-e/friends-of-mineral-town">here</a>.
|
<a href="https://daidara.homo.casa/steven-y-e/friends-of-mineral-town">here</a>.
|
||||||
</p>
|
</p>
|
||||||
<h3><a href="https://blog.mineral.town/fujitsu-pfu-happy-hacking-keyboard-professional-2/">happy hacking keyboard + custom firmware</a></h3>
|
<h3><a href="https://blog.mineral.town/fujitsu-pfu-happy-hacking-keyboard-professional-2/">happy hacking keyboard + custom firmware</a></h3>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -114,7 +114,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>things i manage</h2>
|
<h2>things i manage</h2>
|
||||||
<h3><a href="https://hinamizawa.homo.casa">hinamizawa @ homo.casa</a></h3>
|
<h3><a href="https://inaba.homo.casa">inaba @ homo.casa</a></h3>
|
||||||
<p>
|
<p>
|
||||||
a personal linux server. ssl certificate provided by
|
a personal linux server. ssl certificate provided by
|
||||||
<a href="https://letsencrypt.org">let's encrypt</a>,
|
<a href="https://letsencrypt.org">let's encrypt</a>,
|
||||||
|
|
@ -122,17 +122,17 @@
|
||||||
<a href="https://www.nginx.com">nginx</a>.
|
<a href="https://www.nginx.com">nginx</a>.
|
||||||
homepage denotes free space on storage drives and links to hosted
|
homepage denotes free space on storage drives and links to hosted
|
||||||
services. aesthetics inspired by characters and settings from
|
services. aesthetics inspired by characters and settings from
|
||||||
<a href="https://07th-expansion.net/hig_gensaku">higurashi no naku koro ni</a>.
|
<a href="https://www.atlus.co.jp/title-archive/p4">persona 4</a>.
|
||||||
the php and css that generates these graphs can be viewed
|
the php and css that generates these graphs can be viewed
|
||||||
<a href="https://irie.clinic.homo.casa/steven-y-e/hinamizawa">here</a>.
|
<a href="https://daidara.homo.casa/steven-y-e/hinamizawa">here</a>.
|
||||||
</p>
|
</p>
|
||||||
<h4><a href="https://irie.clinic.homo.casa">irie clinic</a></h4>
|
<h4><a href="https://daidara.homo.casa">daidara</a></h4>
|
||||||
<p>
|
<p>
|
||||||
a git server, powered by
|
a git server, powered by
|
||||||
<a href="https://gitea.io">gitea</a> &
|
<a href="https://gitea.io">gitea</a> &
|
||||||
<a href="https://docker.com">docker</a>.
|
<a href="https://docker.com">docker</a>.
|
||||||
</p>
|
</p>
|
||||||
<h4><a href="https://angel.mort.homo.casa">angel mort</a></h4>
|
<h4><a href="https://junes.homo.casa">junes</a></h4>
|
||||||
<p>
|
<p>
|
||||||
a media distribution server, powered by
|
a media distribution server, powered by
|
||||||
<a href="https://emby.media">emby</a>.
|
<a href="https://emby.media">emby</a>.
|
||||||
|
|
@ -140,7 +140,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<h4>hand-made by steven ye in 2021</h4>
|
<h4>hand-made by steven ye in 2022</h4>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="mister-hooly">
|
<div id="mister-hooly">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue