-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
272 lines (251 loc) · 7.45 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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
# ASCII-Font › http://patorjk.com/software/taag/#p=display&f=Slant&t=Phlow
#
# _ __ _ __ __
# | | / /___ ______(_)___ _/ /_ / /__ _____
# | | / / __ `/ ___/ / __ `/ __ \/ / _ \/ ___/
# | |/ / /_/ / / / / /_/ / /_/ / / __(__ )
# |___/\__,_/_/ /_/\__,_/_.___/_/\___/____/
#
title: Handyman Static Website Template $169 USD
# The description is used on homepage and in the footer to quickly describe your website. Use a maximum of 150 characters for SEO-purposes.
description: "Static Handyman website template created with Ruby Jekyll features smooth section scrolling, JSON+LD structured data, Open Graph Tags for social sharing."
emailt: "Web Contact Email"
subjectt: "Please tell us your home or business repair needs. Do not send sensitive information via email. Thank for your interests!"
# The location
tel: 888-111-2222
# "contactOption" : ["HearingImpairedSupported","TollFree"]
availableLanguage: "English"
direction: rtl
email: [email protected]
foundingcity: Lake Panasoffkee
foundingmonth: 05
foundingyear: 1999
addr: "4110 42nd PL."
city: Lake Panasoffkee
state: FL
country: US
zip: 33538
lat: 28.816520
long: -82.145370
timezone: America/New_York
logo: "featured-image.jpg"
legalName: "HandyMan Repairman"
language: en-US
hours: "Su-Sat 09:00-17:00"
currenciesAccepted: USD
paymentAccepted: "Check, Credit Card"
priceRange: "$$"
wikidata: Q98028606
isicV4: 9529
naics: 811490
# This URL is the main address for absolute links. Don't include a slash at the end.
#
url:
# Destination / Source
destination:
source:
baseurl:
feed:
path: atom.xml
# Jekyll Plugins
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-last-modified-at
- jekyll-gzip
- jekyll-oemebed
- jekyll-mentions
- jekyll-compress-images
# _____ __ __ _
# / ___/___ / /_/ /_(_)___ ____ ______
# \__ \/ _ \/ __/ __/ / __ \/ __ `/ ___/
# ___/ / __/ /_/ /_/ / / / / /_/ (__ )
# /____/\___/\__/\__/_/_/ /_/\__, /____/
# /____/
encoding: utf-8 # Make sure the encoding is right
jekyll-mentions:
base_url: https://twitter.com
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
excerpt_separator: "<!--more-->"
# Include/Exclude these files from production _site
include: ['.htaccess']
lang: en-US
# . files and folders are excluded by default,
# but --watch and serve are regenerating if they're not explicitly excluded.
# See › https://github.com/jekyll/jekyll/issues/3913
exclude:
# GitHub
- .git
- .gitignore
- CNAME
- vendor
- README.md
# Build Artifacts and byproducts
- .sass-cache
- .gradle
- _site
- _drafts/_*
# Build Scripts and Dependencies
- build.gradle
- Gemfile
- Gemfile.lock
# _config*.yml # doesn't work, see https://github.com/jekyll/jekyll-watch/issues/34
- _config_local.yml # need to explicitly exclude all configs https://github.com/jekyll/jekyll-watch/issues/35
- _config_dev.yml # need to explicitly exclude all configs https://github.com/jekyll/jekyll-watch/issues/35
# Projects Files
- .idea
- .classpath
- .project
# Random stuff
- sources
- .svn
- .git
- System Volume Information
- README.txt
- LICENSE.txt
# Used › default.html front-matter and compress.html
# Options › http://jch.penibelst.de
compress_html:
clippings: []
comments: []
endings: []
ignore:
envs: []
blanklines: false
profile: false
startings: []
# TODO what is this?
lsi: false
# The language setting is used in /includes/header.html for html-settings
#
# ____ ____ ____
# / __ \___ / __/___ ___ __/ / /_
# / / / / _ \/ /_/ __ `/ / / / / __/
# / /_/ / __/ __/ /_/ / /_/ / / /_
# /_____/\___/_/ \__,_/\__,_/_/\__/
#
# Default Settings
defaults:
-
scope:
path: '' # an empty string here means all files in the project
type: 'pages'
values:
author: member1 # Default author for pages
is_post: True
-
scope:
path: ''
type: 'posts'
values:
jsontype: post
author: member1 # Default author for posts
permalink: /:categories/:title:output_ext
is_post: True
-
scope:
path: ''
type: 'meta_tags'
values:
jsontype: collection
author: member1
layout: tag-page
format: default
-
scope:
path: ''
type: 'meta_categories'
values:
jsontype: collection
layout: default
author: member1
-
scope:
path: ''
type: 'services'
values:
jsontype: collection
layout: default
permalink: /:collection/:title:output_ext
author: member1
# ______ ____ __ _
# / ____/___ / / /__ _____/ /_(_)___ ____ _____
# / / / __ \/ / / _ \/ ___/ __/ / __ \/ __ \/ ___/
# / /___/ /_/ / / / __/ /__/ /_/ / /_/ / / / (__ )
# \____/\____/_/_/\___/\___/\__/_/\____/_/ /_/____/
# Collections
collections_dir: collections
collections:
posts:
output: true
meta_tags:
output: true
permalink: /:name/
meta_categories:
output: true
permalink: /:name/
services:
output: true
permalink: /:collection/:title:output_ext
#
# _____ __________
# / ___// ____/ __ \
# \__ \/ __/ / / / /
# ___/ / /___/ /_/ /
# /____/_____/\____/
# Verify Website to Webmaster Tools
# google_site_verification: ''
# bing_webmastertools_id: ''
# yandex_site_verification: ''
# alexa_verify_id: ''
# https://www.google.com/search?q=Cagan And Cagan Law Firm&ludocid=17926433025171928482&uule=ChIJNaVyt67U54gRojU0q9t7x_g&fg=1#lpqa=a,,d,1
# Google Maps Business Name
google_name: 'Idlewild Lodge & RV Park'
# https://pleper.com/index.php?do=tools&sdo=cid_converter
google_cid: 12241066285278804848
# https://developers.google.com/maps/documentation/javascript/examples/places-placeid-finder
google_pid: ChIJYTkMuqDg54gRcLsNNu4A4ak
google_map: https://goo.gl/maps/1jhDgRxD695N5WSa9
# ______ __ __
# / ____/___ _________ / /_ ____ ____ / /__
# / /_ / __ `/ ___/ _ \/ __ \/ __ \/ __ \/ //_/
# / __/ / /_/ / /__/ __/ /_/ / /_/ / /_/ / ,<
# /_/ \__,_/\___/\___/_.___/\____/\____/_/|_| Facebook-Optimization › http://j.mp/fb_optimize
og_image: 'twitter.png'
og_locale: 'en_US'
fb_admins:
fb_appid: 455753628524146
fb_pageid: 1575010949200491
# _____ _ __ __ ___ ___
# / ___/____ _____(_)___ _/ / / |/ /__ ____/ (_)___ _
# \__ \/ __ \/ ___/ / __ `/ / / /|_/ / _ \/ __ / / __ `/
# ___/ / /_/ / /__/ / /_/ / / / / / / __/ /_/ / / /_/ /
# /____/\____/\___/_/\__,_/_/ /_/ /_/\___/\__,_/_/\__,_/
#
# Open _data/socialmedia.yml to adjust the left and right topbar navigation
#
social:
twitter: "@DenverProphitJr"
facebook: denverprophit
# _____
# / ___/____ ___________
# \__ \/ __ `/ ___/ ___/
# ___/ / /_/ (__ |__ ) More › http://sass-lang.com/
# /____/\__,_/____/____/ More › http://jekyllrb.com/docs/assets/#sassscss
#
sass:
sass_dir : _sass
style : :compressed
# ___ __ __ _
# / | ____ ____ _/ /_ __/ /_(_)_________
# / /| | / __ \/ __ `/ / / / / __/ / ___/ ___/
# / ___ |/ / / / /_/ / / /_/ / /_/ / /__(__ )
# /_/ |_/_/ /_/\__,_/_/\__, /\__/_/\___/____/ https://www.google.com/analytics/
# /____/
#
# used in _includes/footer_scripts
google_analytics_tracking_id: UA-1338145-15