all repos — site @ 7711525d4418d68397edbb09e7330890b35f61a7

source for my site, found at icyphox.sh

config.py (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
# config.py - Vite's configuration script

title = 'Anirudh'
author = ''
header = """
        <a href="/blog">blog</a>
        <a href="/reading">reading</a>
        <a href="https://twitter.com/icyphox">twitter</a>
        <a href="https://github.com/icyphox">github</a>
        <a href="/about">about</a>
"""
footer = """<img src="https://licensebuttons.net/p/zero/1.0/80x15.png">"""
template = 'index.html'  # default is index.html