all repos — py-vite @ 5c9c69e36c204e115914237542ae4f95e54088a2

the original vite, written in python

chore: delete `example/` dir
Anirudh icyph0x@pm.me
Wed, 25 Apr 2018 16:53:57 +0530
commit

5c9c69e36c204e115914237542ae4f95e54088a2

parent

9c46dc64426db1534fe0ada7fb04d7a06745114a

7 files changed, 0 insertions(+), 30 deletions(-)

jump to
D example/config.py

@@ -1,8 +0,0 @@

-# config.py - Vite's configuration script - -title = '' -author = '' -header = '' -footer = '' -template = 'index.html' # default is index.html -
D example/make.py

@@ -1,1 +0,0 @@

-/home/icyphox/code/vite/make.py
D example/pages/test.md

@@ -1,1 +0,0 @@

-# asdf
D example/templates/index.html

@@ -1,20 +0,0 @@

- -<!DOCTYPE html> -<html> -<header> - {{ header }} - <title> - {{ title }} - </title> -</header> - -<body> - {{ body }} -</body> - -<footer> - {{ footer }} - <p> © {{ author }} </p> -<footer> - -