Files
probot.github.io/_config.yml
Jason Etcovitch 0927d0f660 Add SEO meta tags
2017-10-08 14:08:52 -04:00

46 lines
689 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
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-octicons
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-readme-index
- jemoji
branch: master