/ _config.yml
_config.yml
 1  title: CircuitPython
 2  email: justin@adafruit.com
 3  description: >-
 4    CircuitPython Organization
 5  timezone: America/New_York
 6  twitter_username: adafruit
 7  github_username:  adafruit
 8  paginate: 5
 9  excerpt_separator: <!--more-->
10  permalink: pretty
11  plugins:
12    - jekyll-sitemap
13    - jekyll-seo-tag
14    - jekyll-paginate
15  # Build settings
16  markdown: kramdown
17  kramdown:
18    input: GFM
19    hard_wrap: false
20  
21  # Sass settings
22  sass:
23    add_charset: true
24    sass_dir: assets/sass
25  style: :compressed
26  
27  # Collections
28  collections:
29    board:
30      output: true
31    blinka:
32      output: true
33  
34  ### Exclude from processing.
35  exclude:
36    - Gemfile
37    - Gemfile.lock
38    - node_modules
39    - vendor
40    - _src
41    - _images
42    - LICENSE
43    - package.json
44    - README.md
45    - webpack.config.js
46    - yarn-error.log
47    - yarn.lock
48    - config
49    - optimization-fix
50    - optimization-fix-this-file-is-ignored.js
51    - icon.png
52    - template.md
53    - Rakefile