forked from wowthemesnet/mundana-theme-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
90 lines (73 loc) · 2.37 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
79
80
81
82
83
84
85
86
87
88
89
90
#Disqus
#---
#layout: default
#comments: true
# other options
#---
# Site
name: 'raceto11'
description: 'A cuesports blog with a focus on English 8 ball pool.'
logo: 'assets/images/logo.png'
favicon: 'assets/images/favicon.ico'
#for use with github.io
#baseurl: '/raceto11'
#url: 'https://s2moore.github.io'
# for use with own domain
#url: 'https://your-domain.com'
#baseurl: '/raceto11'
url: 'https://raceto11.com'
disqus: 'www-raceto11-com'
email: '[email protected]'
#mailchimp-list: 'https://wowthemes.us11.list-manage.com/subscribe/post?u=8aeb20a530e124561927d3bd8&id=8c3d2d214b'
include: ["_pages"]
permalink: /:title/
# Plugins
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-paginate
- jekyll-seo-tag
collections:
- products
authors:
sal:
name: raceto11
site: https://raceto11.com
avatar: /assets/images/avatar1.jpg
bio: "raceto11 is passionate about cuesports.
We aim to provide regular features and stories from the world of 8 ball pool and cuesports
with reader participation. Whether you play on a pro circuit, a county player,
a club amateur, a leisure player or an armchair enthusiast. We respect everyone's opinions.
If you have an article you'd like us to publish or any cuesport news then please contact us."
email: [email protected]
twitter: https://twitter.com/raceto11
#jane:
# name: Jane
# site: https://www.wowthemes.net
# avatar: /assets/images/avatar2.jpg
# bio: "Blogger, fashionista, love to explore new ideas and write on my morning coffee!"
# email: [email protected]
# twitter: https://twitter.com/wowthemesnet
# Defaults
defaults:
# all posts
- scope:
path: "_posts"
values:
layout: post
author: raceto11
avatar: /assets/images/8 ball rack - green cloth - Int-Rules Setup.jpg
# all pages
- scope:
path: "_pages"
values:
layout: page
# Syntax
markdown: kramdown
highlighter: rouge
# Paginate
paginate: 10
layout: default
comments: true
# Exclude metadata and development time dependencies (like Grunt plugins)
exclude: [README.markdown, package.json, grunt.js, Gruntfile.js, Gruntfile.coffee, node_modules]