-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_config.yml
executable file
·51 lines (46 loc) · 1.07 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
author: "Tachyons Templates"
title: Tachyons Templates - Free Responsive and Fast HTML Themes
google-analytics: "UA-61052500-15"
google_site_verification: "RWU1gUAkLxAcOG2zAslE-2d-W4odFhYgixiHHZ4wZ4U"
bing_site_verification: "0C81C6A5BD3BAF86F4730D8C4A9BF223"
# Site Settings
baseurl: ""
# Build settings
exclude: [
node_modules,
sass-cache,
_data,
_components,
]
whitelist:
- jekyll-redirect-from
# Dependencies
markdown: kramdown
kramdown:
input: GFM
# use Github Flavored Markdown
# highlighter: rouge
# Permalinks
permalink: pretty
# Server
url: https://www.tachyonstemplates.com
enforce_ssl: www.tachyonstemplates.com
encoding: UTF-8
# Gems
plugins:
- jekyll-sitemap
- jekyll-paginate
- jekyll-redirect-from
- rouge
# Collections
collections:
templates:
output: true
permalink: /template-overviews/:title/
template-categories:
output: true
permalink: /template-categories/:title/
# Pagination
paginate: 5
permalink: /:year/:title/
paginate_path: "/articles/page:num/"