# config.py - Vite's configuration script title = "icyphox" author = "" header = """<- back""" # actually the sidebar footer = f"""

email
x@icyphox.sh

github
icyphox

mastodon
@x@icyphox.sh

pgp
0x8A93F96F78C5D4C4

friends

Some of my friends and internet bros.

about

More about me and my work.

xxiivv webring
""" 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']