Add a note about Liquid and template languages

This commit is contained in:
Chris Frederick 2014-08-27 22:22:24 +09:00
parent 1238ccefcc
commit d84b801fec
1 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,11 @@ have a file named `css/styles.scss` in your site's source folder, Jekyll
will process it and put it in your site's destination folder under will process it and put it in your site's destination folder under
`css/styles.css`. `css/styles.css`.
<div class="note info">
<h5>Jekyll processes all Liquid filters and tags in asset files</h5>
<p>If you are using <a href="http://mustache.github.io">Mustache</a> or another JavaScript templating language that conflicts with the <a href="/docs/templates/">Liquid template syntax</a>, you will need to place <code>{&#37; raw &#37;}</code> and <code>{&#37; endraw &#37;}</code> tags around your code.</p>
</div>
## Sass/SCSS ## Sass/SCSS
Jekyll allows you to customize your Sass conversion in certain ways. Jekyll allows you to customize your Sass conversion in certain ways.