config.py (view raw)
1# config.py - Vite's configuration script
2
3title = 'icyphox'
4author = ''
5header = '<a href="/">home</a> <a href="/gpg.txt">gpg</a> <a href="/about">about</a> <a href="/contact">contact</a>'
6footer = '<small align="center">Built using <a href="https://github.com/icyphox/vite">Vite</a>.</small>'
7template = 'index.html' # default is index.html
8