config.yaml (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
title: icyphox's blog
header: "<a href=/>← back</a>"
siteurl: "https://icyphox.sh"
rssprefixurl: "https://icyphox.sh/blog/"
description: "Computers, security and computer security."
datefmt: "02 January, 2006"
author:
name: "Anirudh Oppiliappan"
email: "x@icyphox.sh"
footer: |
<img class="logo" src="/static/white.svg" alt="icyphox's avatar" style="width: 55%"/>
<p>
<span class="sidebar-link">email</span>
<br>
<a href="mailto:x@icyphox.sh">x@icyphox.sh</a>
</p>
<p>
<span class="sidebar-link">git</span>
<br>
<a href="https://git.icyphox.sh">git.icyphox.sh</a>
</p>
<p>
<span class="sidebar-link">fediverse</span>
<br>
<a rel="me" href="https://toot.icyphox.sh/@x">@x@toot.icyphox.sh</a>
</p>
<p>
<span class="sidebar-link">pgp</span>
<br>
<a href="/static/gpg.txt">0x8A93F96F78C5D4C4</a>
</p>
<h3>friends</h3>
<p>
Some of <a href="/friends">my friends</a> and internet bros.
</p>
<h3>about</h3>
<p>
More <a href="/about">about me</a> and my work.
</p>
<h3>uses</h3>
<p>
Hardware and software <a href="/uses">that I use</a>.
</p>
<div class="icons">
<a href="https://creativecommons.org/licensjes/by-nc-sa/4.0/">
<img class="footimgs" alt="cc nc-by-sa" src="/static/cc.svg">
</a>
<a href="https://webring.xxiivv.com/#random" target="_blank">
<img class="footimgs" alt="xxiivv webring" src="/static/webring.svg">
</a>
<a href="/blog/feed.xml" >
<img class="footimgs" alt="rss feed" src="/static/rss.svg">
</a>
</div>
prebuild:
# - bin/update_index.py
postbuild:
- bin/plaintext.sh
|