New things Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Fri, 29 May 2020 09:42:27 +0530
3 files changed,
3 insertions(+),
1 deletions(-)
M
README.md
→
readme.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.py
→
vite/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