cheatsheets/_config.yml

100 lines
1.2 KiB
YAML

#
# Jekyll configuration
#
whitelist:
- jekyll-redirect-from
- jekyll-github-metadata
plugins:
- jekyll-redirect-from
- jekyll-github-metadata
exclude:
- Makefile
- README.md
- Gemfile
- Gemfile.lock
- CNAME
- vendor
- _deprecated
#
# Markdown
#
highlighter: false
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
parse_block_html: true
syntax_highlighter_opts:
disable: true
#
# Defaults
#
defaults:
- scope:
path: ""
type: pages
values:
layout: "default"
type: article
category: "Others"
excerpt_separator: "<!--more-->"
prism_languages:
- jsx
- bash
- scss
- css
- elixir
- ruby
#
# Site info
#
url: http://ricostacruz.com/cheatsheets
title: Cheatsheets
#
# Google analytics
#
#
analytics:
hostname: ricostacruz.com
id: "UA-20473929-1"
#
# Categories
#
category_names:
- Ansible
- Apps
- CLI
- CSS
- Devops
- Elixir
- Git
- HTML
- JavaScript
- JavaScript libraries
- Jekyll
- Ledger
- Markup
- Node.js
- Rails
- React
- Ruby
- Ruby libraries
- Vim
- Fitness
- Others
# https://help.github.com/articles/repository-metadata-on-github-pages/
repository: rstacruz/cheatsheets