-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
67 lines (57 loc) · 2.74 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Jekyll configuration
# https://jekyllrb.com/docs/configuration/
logo: https://apitools.dev/img/logos/logo.png
repository: APIDevTools/gh-pages-theme
author:
twitter: APIDevTools
google_analytics: UA-68102273-2
twitter:
username: APIDevTools
card: summary
defaults:
- scope:
path: ""
values:
image: https://apitools.dev/img/logos/card.png
# Also don't watch these files when running "jekyll serve".
exclude:
- .git
- .vscode
- node_modules
# - "*.js"
# - "*.json"
# - "*.yaml"
# - "*.yml"
# # Jekyll Optional Front Matter
# # https://github.com/benbalter/jekyll-optional-front-matter/
# optional_front_matter:
# remove_originals: true
# include:
# - LICENSE
# - CHANGELOG.md
plugins:
# Plugins that are activated by default on GitHub Pages
# https://github.com/github/pages-gem/blob/master/lib/github-pages/plugins.rb
- github-pages # https://github.com/github/pages-gem/
- jekyll-coffeescript # https://github.com/jekyll/jekyll-coffeescript/
- jekyll-commonmark-ghpages # https://github.com/github/jekyll-commonmark-ghpages/
- jekyll-gist # https://github.com/jekyll/jekyll-gist/
- jekyll-github-metadata # https://github.com/jekyll/github-metadata
- jekyll-paginate # https://github.com/jekyll/jekyll-paginate/
- jekyll-relative-links # https://github.com/benbalter/jekyll-relative-links/
- jekyll-optional-front-matter # https://github.com/benbalter/jekyll-optional-front-matter/
- jekyll-readme-index # https://github.com/benbalter/jekyll-readme-index/
- jekyll-default-layout # https://github.com/benbalter/jekyll-default-layout/
- jekyll-titles-from-headings # https://github.com/benbalter/jekyll-titles-from-headings/
# Plugins that are allowed by GitHub Pages and ENABLED for this site
- jekyll-seo-tag # https://github.com/jekyll/jekyll-seo-tag
- jekyll-octicons # https://github.com/primer/octicons/tree/master/lib/octicons_jekyll
- jekyll-sitemap # https://github.com/jekyll/jekyll-sitemap/
- jekyll-remote-theme # https://github.com/benbalter/jekyll-remote-theme/
# Plugins that are allowed on GitHub Pages and DISABLED for this site
#- jekyll-feed # https://github.com/jekyll/jekyll-feed/
#- jekyll-redirect-from # https://github.com/jekyll/jekyll-redirect-from/
#- jekyll-avatar # https://github.com/benbalter/jekyll-avatar/
#- jemoji # https://rubygems.org/gems/jemoji
#- jekyll-mentions # https://github.com/jekyll/jekyll-mentions/
#- jekyll-include-cache # https://github.com/benbalter/jekyll-include-cache/