-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
59 lines (53 loc) · 1.27 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
# Site settings
# accessible in the templates via {{ site.myvariable }}.
title: Themes Hunt
description: The Hunt for the perfect WordPress theme
baseurl: "" # the subpath of your site, e.g. /blog
url: https://themeshunt.com # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: binarymoon
github_username: binarymoon
permalink: /blog/:year/:title/
google_analytics: UA-55722-19
logo: /assets/images/favicon-192.png
# Build settings
markdown: kramdown
highlighter: rouge
# SEO
twitter:
username: binarymoon
#webmaster_verifications:
# google: jpX5pDZ1_vsfHTm74TkvqTO5U5hjbpzsj6gnjuVeQXs
# Collections
collections:
themes:
output: true
permalink: /wordpress-themes/:name/
theme-roundups:
output: true
permalink: /:title/
# Default properties
defaults:
- scope:
type: pages
values:
image: "/assets/images/og-image.jpg"
description: Hunting WordPress Themes
- scope:
type: themes
values:
layout: theme
description: "Hunting WordPress Themes"
- scope:
type: theme-roundups
values:
layout: roundup
description: "Hunting WordPress Themes"
icon: "roundup.png"
plugins:
- jekyll-seo-tag
- jekyll-redirect-from
exclude:
- Gemfile
- Gemfile.lock
include:
- _pages