~/website

749e487d26014c67e6bee1dc1fc2c9fee8dba6d5 — Arthur Melton 952099c4 2 years ago
move code block
1 files changed, 1 insertions(+), 1 deletions(-)

M README.md
M README.md => README.md +1 -1
@@ 7,6 7,6 @@ This is a static website generator for my website at

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 
The `template.html.hbs` is a handlebars file with all of your configuration 
needs. To see an example look in the `example` folder. `config.toml` is a file
for the configuration of your site, look in the `example` folder for a example.