mirror of
https://github.com/kemko/liquid.git
synced 2026-01-01 15:55:40 +03:00
26 lines
870 B
YAML
26 lines
870 B
YAML
title: Liquid Templating Engine
|
|
description: "Liquid is a template language and accompanying rendering engine. It is built for security, so is perfect for rendering custom templates from your users."
|
|
|
|
repository: https://github.com/Shopify/liquid
|
|
|
|
# Build settings
|
|
baseurl: "" # the subpath of your site, e.g. /blog/
|
|
url: http://liquidmarkup.org # the base hostname & protocol for your site
|
|
markdown: redcarpet
|
|
redcarpet:
|
|
extensions: ["with_toc_data", "tables", "disable_indented_code_blocks", "no_intra_emphasis"]
|
|
highlighter: pygments
|
|
permalink: pretty
|
|
exclude:
|
|
- README.md
|
|
- CNAME
|
|
- node_modules
|
|
keep_files: ["css"]
|
|
|
|
# Front matter defaults
|
|
defaults:
|
|
- scope:
|
|
path: "" # an empty string here means all files in the project
|
|
values:
|
|
layout: default
|