all repos — py-vite @ b93bd0a4acb34cc47cf1e5f990cc7b81ade8c2d7

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