forked from grantmcconnaughey/Flake8Rules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
48 lines (45 loc) · 1.35 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Site settings
title: Flake8 Rules
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
Descriptions and examples for each of the rules in Flake8 (pyflakes, pycodestyle, and mccabe).
Pulled directly from <a href="https://lintly.com">Lintly</a>, the continuous
Python code linting application.
baseurl: "/Flake8Rules" # the subpath of your site, e.g. /blog
url: "https://lintlyci.github.io" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: gmcconnaughey
github_username: grantmcconnaughey
google_analytics: UA-51900491-5
# Build settings
markdown: kramdown
theme: minima
plugins:
- jekyll-feed
collections:
rules:
output: true
rules_json:
output: true
permalink: /api/rules/:title/
# _rules_json is a symlink to the _rules directory. This is a Jekyll hack to render multiple
# files with different layouts based on the same collection of pages.
defaults:
- scope:
path: "_rules_json"
values:
layout: rule_json
- scope:
path: "_rules"
values:
layout: rule
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
# exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/