all repos — py-vite @ 8b767d28ce445cc54066ba9af0ba695636ede2b3

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