config.yaml (view raw)
1title: icyphox's blog
2header: |
3 <a href=/>
4 <img class="logo" src="/static/white.svg" alt="icyphox's avatar"/>
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 class="footimgs" alt="cc nc-by-sa" src="/static/cc.svg">
26 </a>
27 <a href="https://webring.xxiivv.com/#random" target="_blank">
28 <img class="footimgs" alt="xxiivv webring" src="/static/webring.svg">
29 </a>
30 <a href="/blog/feed.xml" >
31 <img class="footimgs" alt="rss feed" src="/static/rss.svg">
32 </a>
33 </section>
34
35
36prebuild:
37 # - bin/update_index.py
38postbuild:
39 # - bin/plaintext.sh
40