all repos — py-vite @ b3e66a3a943f363833d1a332e9af2bd484062a51

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'