# config.py - Vite's configuration script
title = "icyphox"
author = ""
header = """<- back"""
# actually the sidebar
footer = """
Some of my friends and internet bros.
More about me and my work.
""" template = 'text.html' # default is index.html post_build = ['./bin/rss.py', './bin/plaintext.sh', './bin/update_index.py']