all repos — site @ 05461846fb6ac5f061262565a38f87e067b09b50

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="/">blog</a>
 8    &middot;
 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 alt="cc nc-by-sa" src="/static/cc.svg">
24        </a>
25        <a href="https://webring.xxiivv.com/#random" target="_blank">
26        <img alt="xxiivv webring" src="/static/webring.svg">
27        </a>
28        <a href="/blog/feed.xml" >
29        <img alt="rss feed" src="/static/rss.svg" width="30">
30        </a>
31        <a href="https://git.icyphox.sh">
32        <img alt="git" src="/static/git.svg" width="35">
33        </a>
34      </section>    
35
36
37prebuild:
38   - bin/wiki.sh
39postbuild:
40    # - bin/plaintext.sh
41