cheatsheets/_config.yml

68 lines
1.1 KiB
YAML
Raw Normal View History

# Jekyll configuration
2017-08-28 18:49:29 +02:00
whitelist:
2017-08-28 18:37:00 +02:00
- jekyll-redirect-from
- jekyll-github-metadata
2017-08-28 20:56:19 +02:00
plugins:
- jekyll-redirect-from
- jekyll-github-metadata
2015-06-20 22:51:53 +02:00
exclude:
- .babelrc
- .cache
- CNAME
2017-09-04 03:44:14 +02:00
- CONTRIBUTING.md
2020-06-22 13:55:47 +02:00
- cssnano.config.js
- docker_compose.yml
- Dockerfile
2015-06-20 22:51:53 +02:00
- Gemfile
- Gemfile.lock
- Makefile
- node_modules
2017-09-30 12:23:26 +02:00
- package.json
- package-lock.json
2020-06-22 13:55:47 +02:00
- postcss.config.js
- README.md
- vendor
2017-09-30 12:23:26 +02:00
- webpack.config.js
- yarn-error.log
- yarn.lock
2015-06-20 22:51:53 +02:00
2014-10-23 13:38:50 +02:00
# Markdown
2017-08-24 00:22:00 +02:00
highlighter: false
2014-06-14 07:44:18 +02:00
markdown: kramdown
2014-10-08 07:08:36 +02:00
kramdown:
input: GFM
2014-10-23 13:38:50 +02:00
hard_wrap: false
parse_block_html: true
2017-08-27 18:06:44 +02:00
syntax_highlighter_opts:
disable: true
2014-10-23 13:38:50 +02:00
# Defaults
2014-10-09 15:23:28 +02:00
defaults:
- scope:
path: ''
2017-08-28 17:33:59 +02:00
type: pages
2014-10-09 15:23:28 +02:00
values:
layout: 'default'
2017-09-04 04:23:45 +02:00
og_type: article
2017-08-28 18:37:00 +02:00
type: article
category: 'Others'
excerpt_separator: '<!--more-->'
2017-09-30 20:39:57 +02:00
prism_languages: []
2015-03-11 12:01:04 +01:00
# Site info
2017-09-23 20:08:21 +02:00
url: https://devhints.io
2017-09-30 20:52:10 +02:00
title: Devhints.io cheatsheets
2015-03-11 12:01:04 +01:00
2017-09-04 03:59:06 +02:00
# GitHub metadata
2017-08-28 18:37:00 +02:00
# https://help.github.com/articles/repository-metadata-on-github-pages/
2017-09-04 03:59:06 +02:00
2017-08-28 18:37:00 +02:00
repository: rstacruz/cheatsheets
include:
- _redirects