all repos — site @ 281d3d538909e0821398287c37f13c013dce1521

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