all repos — py-vite @ b27d9c45872655e19ad5f84cfd99fc1a7420336c

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'