Minor changes.
h3rald h3rald@h3rald.com
Tue, 26 Dec 2017 13:46:37 +0100
2 files changed,
3 insertions(+),
3 deletions(-)
M
assets/styles/style.css
→
assets/styles/style.css
@@ -90,7 +90,7 @@ ol li, ul li {
} main.container { - padding: 2rem 3rem; + padding: 2rem; } article, .featured .column, .featured .panel-body {
M
contents/articles/hastysite.md
→
contents/articles/hastysite.md
@@ -1,8 +1,8 @@
----- title: "Building my own static site generator" subtitle: "Why using your own product really matters" -draft: true content-type: article +draft: true timestamp: 1508087990 -----@@ -66,4 +66,4 @@ HastyScribe is also written in Nim, which makes it ideal for this project.
### Mustache Template Engine -Like with lightweight markup languages, there are tons of different template engines out there. Some can be used together with code, Other are logic-less... Mustache is one of the oldest logic-less template engine, often emulated and improved upon. +Like with lightweight markup languages, there are tons of different template engines out there. Some can be used together with code, Other are logic-less... [Mustache](http://mustache.github.io) is one of the oldest logic-less template engine, often emulated and improved upon. There are several implementation of Mustache in different languages, and luckily there's also one for Nim: [Moustachu](https://github.com/fenekku/moustachu).