all repos — py-vite @ 2a31276874a3403f78dc5921649817e3cb7e60ce

the original vite, written in python

example/config.py (view raw)

1# config.py - Vite's configuration script
2
3title = ''
4author = ''
5header = ''
6footer = '' 
7template = 'index.html'  # default is index.html
8