Skip to content
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.

Commit

Permalink
New things
Browse files Browse the repository at this point in the history
Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
  • Loading branch information
icyphox committed May 29, 2020
1 parent a710f74 commit db7d12b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
File renamed without changes.
2 changes: 2 additions & 0 deletions README.md → readme.md
Expand Up @@ -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
```

Expand Down Expand Up @@ -73,6 +74,7 @@ Vite allows for specifying a unique template, per page. This is acheived by incl
template: foo.html
title: Some fancy buzzwords here
subtitle: Cool catch phrase here
url: my-post
date: 2019-08-09
---

Expand Down
2 changes: 1 addition & 1 deletion vite/vite.py
Expand Up @@ -13,7 +13,7 @@
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
Expand Down

0 comments on commit db7d12b

Please sign in to comment.