-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
80 lines (71 loc) · 1.99 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
### Welcome to Jekyll Webpack Boilerplate
#
# This config file contains the config of your webpages
# You may also want to update /config/webpack.pwa.js in case you want to generate a Progressive Web App
title: "sharpen.page: A Page Sharpening Service by Pascal Laliberté"
email: pascal@hey.com
description: "I help software founders like you get into the minds of your buyers. Sharpen your understanding of the buyer’s motivation, your marketing copy and your feature set."
baseurl: "" # the subpath of your site, e.g. /blog
url: https://sharpen.page # the base hostname & protocol for your site, e.g. http://example.com
theme_color: '#605aa4'
twitter_username: pascallaliberte
github_username: pascallaliberte
author: Pascal Laliberté
twitter:
username: pascallaliberte
social:
name: Pascal Laliberté
links:
- https://twitter.com/pascallaliberte
- https://github.com/pascallaliberte
collections:
- videos
- screenshots
defaults:
- scope:
path: ""
values:
image:
path: /assets/images/a-page-sharpening-service.jpg
height: 315
width: 600
permalink: /:categories/:title/
availability_url: https://availability.sharpen.page/sites/YNeWjM/services.js
availability_url_dev: http://localhost:3000/sites/YNeWjM/services.js
ampdir: amp
destination: public
### Google webmaster tools, Google Analytics, Doorbell and Cookie consent uncomment and put the API key
#webmaster_verifications:
# google: verification_code
#google_analytics: id
#doorbell:
# id: doorbell_id
# appKey: doorbell_appKey
#cookie_consent: true
### Build settings
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-json-feed
- jekyll-sitemap
- jekyll-seo-tag
include:
- _redirects
### Exclude from processing.
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor
- _src
- _images
- LICENSE
- package.json
- README.md
- webpack.config.js
- yarn-error.log
- yarn.lock
- config
- optimization-fix
- optimization-fix-this-file-is-ignored.js
- icon.png