all repos — h3rald @ 47cf869692cbd14fbea727a0e4565924b6a50de8

The sources of https://h3rald.com

Minor changes.
h3rald h3rald@h3rald.com
Tue, 26 Dec 2017 13:46:37 +0100
commit

47cf869692cbd14fbea727a0e4565924b6a50de8

parent

d894aae578f9d9ef647e25faacf336f089455831

2 files changed, 3 insertions(+), 3 deletions(-)

jump to
M assets/styles/style.cssassets/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.mdcontents/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).