all repos — site @ 3b05fc61c056bd4b3e9fb3b64e762d01f79bf2b7

source for my site, found at icyphox.sh

config.py (view raw)

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