pogodevorg/docs.pogodev.org

View on GitHub
_config.yml

Summary

Maintainability
Test Coverage
title: PogoDev Documentation
description: 'Unofficial Pokemon GO Development'
url: 'http://docs.pogodev.org'
baseurl: ''
homepage: 'https://pogodev.org'
homepagetitle: 'PogoDev'
repository: 'pogodevorg/docs.pogodev.org'
proto_repository: 'pogodevorg/POGOProtos'
branch: 'master'

latest_api_version: 0.57.4

markdown: kramdown
highlighter: rouge

sass:
#    style: compressed

collections:
    docs: {output: true, permalink: '/:path/'}

defaults:
    - {scope: {type: docs}, values: {layout: docs}}
    - {scope: {type: posts}, values: {layout: post, permalink: '/blog/:year/:month/:day/:title'}}

exclude:
    - bin
    - README.md
    - LICENSE.md
    - CNAME
    - Gemfile
    - Gemfile.lock
    - proto
    - templates
include:
    - _pages
    - favicons.ico

gems:
    - jekyll-sitemap
    - jekyll-seo-tag
    - jekyll-feed
    - jemoji