website/_config.yml

24 lines
307 B
YAML
Raw Normal View History

2016-03-11 04:20:09 +01:00
# My variables
name: Micah Cowell
google_analytics: null
google_verification: null
# File management
2016-03-14 04:43:55 +01:00
include: [".htaccess"]
exclude: ["README.md", "LICENSE"]
2016-03-11 04:20:09 +01:00
# Sass
sass:
style: :compressed
sass_dir: _sass
2016-03-15 02:04:27 +01:00
# Markdown
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
highlighter: rouge