-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
78 lines (74 loc) · 1.47 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
72
73
74
75
76
77
78
### GENERAL SETTINGS ###
name: "Mincoin"
logo: "/images/cropped-mincoin-logo.png"
description: "Official Mincoin Website"
author: "John"
email: [email protected]
url: "https://www.mincoin.us/"
github : username
twitter : username
# Permalinks
permalink: pretty
GA: UA-58408672-1
adroll_adv_id: "2W4TF2LN5NDYFGNBWT3OE7"
adroll_pix_id: "GNMTPAVHFFD3FB63C5M52Z"
socialicon:
- title: Facebook
icon: fa fa-facebook
url: https://www.facebook.com/mincoin.us
- title: Twitter
icon: ti-twitter
url: https://twitter.com/MinCoinus
plugins:
- jekyll-feed
- jekyll-redirect-from
- jekyll-paginate-v2
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-gist
- jekyll/tagging
- jekyll-tagging-related_posts
exclude:
- Gemfile
- Gemfile.lock
### pagination
pagination:
enabled: true
per_page: 10
#permalink: '/news/page:num/'
permalink: '/:num/'
title: ':title'
limit: 0
trail:
before: 2 # The number of links before the current page
after: 2 # The number of links after the current page
# Lang settings
default_lang: 'en'
langs:
'en': 'English'
'nl': 'Netherlands'
'vi': 'Việt'
'de': 'Deutsch'
'jv': 'Javanese'
'ru': 'Русский'
'tr': 'Türkçe'
'ja': '日本語'
'ko': '한국어'
'bn': 'বাংলা'
'ar': 'العَرَبِيَّة'
'zh-hans': '繁體中文'
'zh-hant': '中文'
lang_codes:
- 'en'
- 'nl'
- 'vi'
- 'de'
- 'jv'
- 'ru'
- 'tr'
- 'ja'
- 'ko'
- 'bn'
#- 'ar'
- 'zh-hans'
- 'zh-hant'