Files
probot.github.io/_config.yml
AJ Jordan 8b6303baca Render using GitHub Flavored Markdown
Fixes probot/probot#425, which is about the numbering for the Three Laws of Robotics list on the "Best Practices" page starting from 1, not 0.
2018-02-15 13:52:26 -05:00

50 lines
730 B
YAML

title: Probot
description: GitHub Apps to automate and improve your workflow
permalink: pretty
exclude:
- Gemfile*
- node_modules
- package.json
- package-lock.json
- README.md
- node_modules
- _submodules
- script
- vendor
markdown: GFM
sass:
style: :compressed
sass_dir: _sass
load_paths:
- node_modules
- node_modules/**/*/node_modules
collections:
apps:
output: true
permalink: /apps/:name/
defaults:
- scope:
path: ""
type: apps
values:
layout: app
- scope:
path: "docs"
values:
layout: docs
plugins:
- jekyll-redirect-from
- jekyll-octicons
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-readme-index
- jemoji
branch: master