all repos — site @ 0dd7c7513028fde8111a0b83709f3068b0c735d3

source for my site, found at icyphox.sh

config.py (view raw)

1# config.py - Vite's configuration script
2
3title = 'Anirudh Oppiliappan'
4author = ''
5# header = '<a href="/">home</a> <a href="/projects">projects</a> <a href="/info">info</a> <a href="/gpg.txt">gpg</a>'
6header = ''
7footer = '&copy; 2018 — <a href="mailto:icyph0x@pm.me">icyph0x@pm.me</a>'
8template = 'index.html'  # default is index.html
9