Table of Contents
Previous: Setup a git repository for your website project
Tutorial 5
This tutorial…
_config/site.yml
name: Write__Adapt__
title: WriteAdapt - For People Who Love Content
org: Strategy Media
author: The Octocat
author_url: https://github.com/octocat
base_url: ''
ctx_path: ''
_config/site.yml
# append
interpolate: false #(1)
haml:
:ugly: true #(2)
-
Disables interpolation of Ruby variable expressions in content (e.g.,
#{name}
) -
Disables pretty printing (indentation) of HTML output
$ rake clean preview
Important
|
The clean step is required since a change to the configuration file, _config/site.yml, does not force pages to be regenerated automatically. |