forked from BinaryMoon/MasterWP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
54 lines (48 loc) · 1.09 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
# Site settings
# accessible in the templates via {{ site.myvariable }}.
title: MasterWP
description: >
baseurl: "" # the subpath of your site, e.g. /blog
url: https://masterwp.co # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: prothemedesign
github_username: binarymoon
permalink: /blog/:year/:title/
google_analytics: UA-55722-24
logo: /assets/images/favicon-192.png
# Build settings
markdown: kramdown
# SEO
twitter:
username: binarymoon
#webmaster_verifications:
# google: jpX5pDZ1_vsfHTm74TkvqTO5U5hjbpzsj6gnjuVeQXs
# Collections
collections:
themes:
output: true
permalink: /wordpress-themes/:name/
theme-developers:
output: true
permalink: /wordpress-theme-developers/:name/
# Default properties
defaults:
- scope:
type: pages
values:
image: /assets/images/og-image.png
- scope:
type: themes
values:
layout: theme
- scope:
type: theme-developers
values:
layout: theme-developer
gems:
- jekyll-seo-tag
- jekyll-redirect-from
exclude:
- Gemfile
- Gemfile.lock
include:
- _pages