mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-12 22:49:53 +08:00
34 lines
458 B
YAML
34 lines
458 B
YAML
title: Probot
|
|
description:
|
|
permalink: pretty
|
|
|
|
exclude:
|
|
- Gemfile*
|
|
- node_modules
|
|
- package.json
|
|
- package-lock.json
|
|
- README.md
|
|
- node_modules
|
|
|
|
sass:
|
|
style: :compressed
|
|
sass_dir: _sass
|
|
load_paths:
|
|
- node_modules
|
|
- node_modules/**/*/node_modules
|
|
|
|
collections:
|
|
plugins:
|
|
output: true
|
|
permalink: /apps/:name/
|
|
|
|
defaults:
|
|
- scope:
|
|
path: ""
|
|
type: plugins
|
|
values:
|
|
layout: plugin
|
|
|
|
gems:
|
|
- jekyll-octicons
|