-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path_config.yml
58 lines (48 loc) · 1.18 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
# Site settings
# Setup
title: tegcommerce.org
description: menu
url: https://tegcommerce.org # the base hostname & protocol for your site, e.g. http://example.com
baseurl: '' # the subpath of your site, e.g. /blog
# Pagination Settings
# jekyll-paginate (old one)
paginate: 5
paginate_path: "/blog/page:num/"
# jekyll-paginate-v2
# pagination:
# enabled: true
# per_page: 3
# permalink: '/page/:num/'
# title: ' - page :num'
# limit: 0
# sort_field: 'date'
# sort_reverse: true
# Produces a cleaner folder structure when using categories
# permalink: /:year/:month/:title.html
# Google Analytics
jekyll_analytics:
GoogleAnalytics:
id: UA-62517739-1
anonymizeIp: true
# About/contact
author:
name: tegcommerce
url: https://twitter.com/tegcommerce
email: felipe.tegcommerce@gmail.com
# Pages
blog: '/blog'
faq: '/faq'
documentation: '/documentation'
contributing: '/contributing'
license: '/license'
# Build settings
markdown: kramdown
theme: minima
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-analytics
- jekyll-seo-tag
# Custom vars
github:
repo: https://github.com/tegcommerce/tegcommerce