all repos — py-vite @ 9983cbf7b4a0ade62c329b2b1040bd6bcce890db

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'