config.yaml (view raw)
1title: icyphox's blog
2header: |
3 <a href=/>
4 <img src="/static/white.svg" alt="icyphox's avatar" height="40" width="40"/>
5 </a>
6 <nav>
7 <a href="/about">about</a>
8 ·
9 <a href="/uses">uses</a>
10 ·
11 <a href="/friends">friends</a>
12 </nav>
13
14siteurl: "https://icyphox.sh"
15rssprefixurl: "https://icyphox.sh/blog/"
16description: "Computers, security and computer security."
17datefmt: "02 Jan, 2006"
18author:
19 name: "Anirudh Oppiliappan"
20 email: "x@icyphox.sh"
21footer: |
22 <section class="icons">
23 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
24 <img alt="cc nc-by-sa" src="/static/cc.svg">
25 </a>
26 <a href="https://webring.xxiivv.com/#random" target="_blank">
27 <img alt="xxiivv webring" src="/static/webring.svg">
28 </a>
29 <a href="/blog/feed.xml" >
30 <img alt="rss feed" src="/static/rss.svg" width="30">
31 </a>
32 <a href="https://git.icyphox.sh">
33 <img alt="git" src="/static/git.svg" width="35">
34 </a>
35 </section>
36 </section>
37
38
39prebuild:
40 # - bin/wiki.sh
41postbuild:
42 # - bin/plaintext.sh
43