forked from json-com/json-com.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
43 lines (41 loc) · 1.13 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
# Site settings
title: JSON Community
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
JSON.com is a collection of JSON related content, links, and general
awesomeness hand selected by the good people of the Web. The original
json.com site has been
<a href="http://web.archive.org/web/20150503020228/https://www.json.com/">
archived</a>.
baseurl: "" # the subpath of your site, e.g. /blog/
# url: "http://yourdomain.com" # the base hostname & protocol for your site
twitter_username: json-com
github_username: json-com
paginate: 5
# Build settings
markdown: kramdown
gems:
- jemoji
- jekyll-redirect-from
- jekyll-archives
- jekyll-paginate
# Jekyll Archive Specific stuff
jekyll-archives:
enabled:
- year
- month
- day
- tag
- category
layouts:
year: archive-year
month: archive-month
day: archive-day
tag: archive-tag
category: archive-category
permalinks:
year: '/archives/:year/'
month: '/archives/:year/:month/'
day: '/archives/:year/:month/:day/'
tag: '/archives/tag/:name/'
category: '/archives/category/:name/'