~/website

website/README.md -rw-r--r-- 634 B
c34723c7 — arthurmelton licence and readme 2 years ago

            
c34723c7 arthurmelton
952099c4 Arthur Melton
749e487d Arthur Melton
952099c4 Arthur Melton








1
2
3
4
5
6
7
8
9
10
11
# Website

This is a static website generator for my website at 
[arthurmelton.com](https://arthurmelton.com). To use this make a folder caled
`blogs`, `pages`, `static`, and a file called `template.html.hbs`. The blogs
folder is to hold mardown files of all your blogs with a little bit of toml
at the top. Pages can have sub directories and each .md page will be fully
converted into a .html page at the same relitive path. Static is for all your
file that you dont want to change (css, images, etc). `The template.html.hbs`
is a handlebars file with all of your configuration needs. To see an example
look in the `example` folder.