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