all repos — py-vite @ 1ca450f9cfc422a753eb67d12991e0d8cfd80380

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