all repos — py-vite @ 0265ee95fc048d26f51486866880cd60a70f7461

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'