all repos — site @ e9a8bdcfc6423f0e26c2a548517af287b3e231a2

source for my site, found at icyphox.sh

config.py (view raw)

 1# config.py - Vite's configuration script
 2
 3title = 'Anirudh'
 4author = ''
 5header = """
 6        <a href="/blog">blog</a>
 7        <a href="/reading">reading log</a>
 8        <a href="/about">about</a>
 9        <a href="https://twitter.com/icyphox">twitter</a>
10"""
11footer = """<img src="https://licensebuttons.net/p/zero/1.0/80x15.png">"""
12template = 'index.html'  # default is index.html