# config.py - Vite's configuration script title = "icyphox" author = "" header = "" # 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/update_index.py'] post_build = ['bin/rss.py', 'bin/plaintext.sh']