38 lines
527 B
YAML
38 lines
527 B
YAML
# files
|
|
layouts: ./_/layouts
|
|
destination: ./_/site
|
|
sass:
|
|
sass_dir: ./_/sass
|
|
|
|
exclude:
|
|
- Makefile
|
|
- README.md
|
|
- Gemfile
|
|
- Gemfile.lock
|
|
- CNAME
|
|
- vendor
|
|
- _deprecated
|
|
|
|
# Markdown
|
|
highlighter: pygments
|
|
markdown: kramdown
|
|
kramdown:
|
|
input: GFM
|
|
hard_wrap: false
|
|
parse_block_html: true
|
|
|
|
defaults:
|
|
- scope:
|
|
path: ""
|
|
values:
|
|
layout: "default"
|
|
|
|
# Site info
|
|
url: http://ricostacruz.com/cheatsheets
|
|
title: Cheatsheets
|
|
|
|
# Google analytics
|
|
analytics:
|
|
hostname: ricostacruz.com
|
|
id: "UA-20473929-1"
|