generated from shgysk8zer0/jekyll-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
142 lines (141 loc) · 2.79 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
author: Chris Zuber
title: Whiskey Flat Days
url: 'https://whiskeyflatdays.com'
markdown: kramdown
version: 3.0.9
timezone: America/Los_Angeles
lang: en
dir: ltr
charset: utf-8
paginate: 8
paginate_path: "/news/:num/"
viewport: width=device-width
robots: 'follow, index'
referrer: no-referrer
manifest: /webapp.webmanifest
tiles-config: /browserconfig.xml
service_worker: '/service-worker.js'
keep-kern-clean: true
og-type: website
disqus: whiskey-flat-days
description: "Map, events, and news app for Whiskey Flat Days"
thumbnail:
url: /img/raster/pwa-640.png
height: 360
width: 640
mobile-web-app-capable: true
canonical: https://whiskeyflatdays.com
keywords:
- whiskey flat days
- whiskey flats
- kernville
- kern valley
- kern river valley
- festival
- events
- parade
- rodeo
- events
- vendor
repository:
username: kernvalley
project: whiskey-flat-days
title: Whiskey Flat Days
social:
url: https://kernvalley.us
twitter: kern_valley
linkedin: company/kernvalley-us
facebook: KernValley.us
feed:
url: /feed.rss
type: application/rss+xml
icons: '/img/icons.svg'
theme-color: '#b70c0c'
background-color: '#242424'
# discus-identifier:
google-analytics: UA-156441506-1
# ad-sense:
webmaster-verifications:
# google:
bing: 14343D3F998AB3FEE56B299A7F3E5CDB
collections:
mayors:
output: true
permalink: /:collection/:title
layout: mayor
defaults:
- scope:
path: _posts
values:
no-header: true
layout: post
author: Chris
publisher:
name: 'KernValley.US'
url: 'https://kernvalley.us'
logo:
url: 'https://kernvalley.us/img/icon-256.png'
permalink: /news/:categories/:year/:month/:day/:title
referrer: origin
comments: true
ads: false
index: true
- scope:
path: _drafts
values:
no-header: true
layout: post
author: Chris
publisher:
name: 'KernValley.US'
url: 'https://kernvalley.us'
logo:
url: 'https://kernvalley.us/img/icon-256.png'
permalink: /news/:categories/:year/:month/:day/:title
comments: false
ads: false
plugins:
- jekyll-admin
- jekyll-watch
- jekyll-paginate
include:
# Folders with dotfiles are ignored by default.
- .well-known
- _headers
- _redirects
exclude:
- CHANGELOG.md
- netlify.toml
- "/api/*"
- "./.netlify/"
- "./.netlify/*"
- ".gitkeep"
- "*.rb"
- "*.gemspec"
- "*.php"
- "*.sh"
- "*.csv"
- "*.sfd"
- "*.ai"
- "*.psd"
- "*.sketch"
- "*.yml"
- "*.lock"
- "*.log"
- "tags.*"
- "*.config.js"
- docs/
- "/*-theme.xml"
- "/.github/"
- Gemfile
- node_modules/
- palette.xml
- README.md
- LICENSE
- package.json
- package-lock.json
- "/img/octicons/*.md"
- "/img/octicons/LICENSE"
- "/img/octicons/script"
- "/img/adwaita-icons/docs"
- "/img/adwaita-icons/LICENSE"