all repos — py-vite @ c0dd14ec113a053d5d4b0267a6ee171fd1c9e8fb

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