all repos — py-vite @ bb98e0cfa31dde650c1041aea6b9b86855cb36a2

the original vite, written in python

vite/example/config.py (view raw)

1# config.py - Vite's configuration script
2
3title = 'test site'
4author = 'icy'
5header = 'some header'
6footer = 'copyright icy'
7