|
You are here |
matttproud.com | ||
| | | | |
its.mw
|
|
| | | | | The cut down steps on how web fonts are loaded and optimised on this site. | |
| | | | |
www.matttarsi.com
|
|
| | | | | A collection of thoughts and things I find useful. | |
| | | | |
fuzzylogic.me
|
|
| | | | | Subsetting fonts makes them quicker to download. Heres how I use glyphhanger to do it. | |
| | | | |
bicofino.io
|
|
| | | Mustache is a template system logic-less(no ifs, else's or for loops) and can be used for HTML, config files, source code and so on. CFEngine 3.6.x have support for Mustache, in this tutorial we will create a template and a CFEngine rule to parse the template and generate the file that we want. Create the template file /tmp/template.mustache My hostname is: {{hostname}} My name is: {{name}} Fruits that I like: {{fruits}} Our CFEngine file /tmp/parse_template. | ||