/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

matttproud.com
| | its.mw
1.7 parsecs away

Travel
| | The cut down steps on how web fonts are loaded and optimised on this site.
| | www.matttarsi.com
1.7 parsecs away

Travel
| | A collection of thoughts and things I find useful.
| | fuzzylogic.me
2.9 parsecs away

Travel
| | Subsetting fonts makes them quicker to download. Heres how I use glyphhanger to do it.
| | bicofino.io
19.2 parsecs away

Travel
| 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.