109 lines
1.5 KiB
YAML
109 lines
1.5 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
|
|
alt_title: Rico's Cheatsheets
|
|
home:
|
|
tagline: "Hey! I'm <a href='https://ricostacruz.com'>@rstacruz</a> and this is a modest collection of cheatsheets I've written."
|
|
|
|
#
|
|
# 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
|
|
|
|
#
|
|
# Disqus comments: uncomment to disable disqus
|
|
#
|
|
|
|
disqus_host: devhints.disqus.com
|