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