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"
21syntax: 'bw'
22footer: |
23 <section class="icons">
24 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
25 <img alt="cc nc-by-sa" src="/static/cc.svg">
26 </a>
27 <a href="https://webring.xxiivv.com/#random" target="_blank">
28 <img alt="xxiivv webring" src="/static/webring.svg">
29 </a>
30 <a href="/blog/feed.xml" >
31 <img alt="rss feed" src="/static/rss.svg" width="30">
32 </a>
33 <a href="https://git.icyphox.sh">
34 <img alt="git" src="/static/git.svg" width="35">
35 </a>
36 </section>
37 </section>
38
39
40prebuild:
41 # - bin/wiki.sh
42postbuild:
43 # - bin/plaintext.sh
44