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