# config.py - Vite's configuration script title = 'Anirudh' author = '' header = """ home blog reading twitter about """ footer = """ """ template = 'index.html' # default is index.html post_build = ['./rss.py']