config.py (view raw)
1 2 3 4 5 6 7 8 |
# config.py - Vite's configuration script title = 'Anirudh Oppiliappan' author = '' header = '<a href="/" target="_blank">Home</a> <a href="/blog" target="_blank">Blog</a> <a href="/about" target="_blank">About</a>' footer = '© 2018 — <a href="mailto:icyph0x@pm.me">icyph0x@pm.me</a>' template = 'index.html' # default is index.html |