all repos — py-vite @ db7d12b250c4e1e5a887597485f3b2b46c5f4b8e

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