-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
71 lines (61 loc) · 2.78 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
68
69
70
71
# Jekyll configuration
# https://jekyllrb.com/docs/configuration/
title: My GitHub Repos
description: All your GitHub repos on one page
logo: img/logo.png
repository: JS-DevTools/my-repos
author:
twitter: JSDevTools
google_analytics: UA-68102273-4
twitter:
username: JSDevTools
card: summary
defaults:
- scope:
path: ""
values:
image: img/logo.png
# Don't watch these files when running "jekyll serve"
exclude:
- .git
- .vscode
- node_modules
- package.json
- package-lock.json
- rollup.config*
- tsconfig.json
- tslint.yaml
- README.md
# Jekyll Optional Front Matter
# https://github.com/benbalter/jekyll-optional-front-matter/
optional_front_matter:
remove_originals: true
include:
- LICENSE.md
- 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/
# 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/
#- jekyll-remote-theme # https://github.com/benbalter/jekyll-remote-theme/