all repos — py-vite @ db7d12b250c4e1e5a887597485f3b2b46c5f4b8e

the original vite, written in python

New things

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Fri, 29 May 2020 09:42:27 +0530
commit

db7d12b250c4e1e5a887597485f3b2b46c5f4b8e

parent

a710f74bd573492392834167273eb19fc7d6c47b

3 files changed, 3 insertions(+), 1 deletions(-)

jump to
M README.mdreadme.md

@@ -44,6 +44,7 @@ author = ''

header = '' footer = '' template = 'index.html' # default is templates/index.html +pre_build = [] # list of commands to run pre-build post_build = [] # list of commands to run post-build ```

@@ -73,6 +74,7 @@ ---

template: foo.html title: Some fancy buzzwords here subtitle: Cool catch phrase here +url: my-post date: 2019-08-09 ---
M vite/vite.pyvite/vite.py

@@ -13,7 +13,7 @@ import shutil

import datetime import re -from markdown2 import markdown_path +from myrkdown import markdown_path from huepy import * from livereload import Server from subprocess import call