all repos — site @ c634ccd7583d54148293e251c79efb8eb37dfa45

source for my site, found at icyphox.sh

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    &middot;
 9    <a href="/uses">uses</a>
10    &middot;
11    <a href="https://git.icyphox.sh">git</a>
12    &middot;
13    <a href="/feed.xml">rss</a>
14    </nav>    
15
16siteurl: "https://icyphox.sh"
17rssprefixurl: "https://icyphox.sh/blog/" 
18description: "Computers, security and computer security."
19datefmt: "02 Jan, 2006"
20author:
21     name: "Anirudh Oppiliappan"
22     email: "x@icyphox.sh"
23syntax: 'bw'
24footer: |
25    <section class="icons">
26        <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
27        <img alt="cc nc-by-sa" src="/static/cc.svg">
28        </a>
29        <a href="https://webring.xxiivv.com/#random" target="_blank">
30        <img alt="xxiivv webring" src="/static/webring.svg">
31        </a>
32    </section>    
33
34
35prebuild:
36  # - bin/wiki.sh
37postbuild:
38  # - bin/plaintext.sh
39