all repos — py-vite @ 21bea7e31592cb98b8177aac4662822d72779571

the original vite, written in python

example/config.py (view raw)

 1
 2
 3
 4
 5
 6
 7
# config.py - Vite's configuration script

title = 'test site'
author = 'icy'
header = 'some header'
footer = 'copyright icy'