-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
executable file
·86 lines (75 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
81
82
83
84
85
86
### 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: Modest JS Works
email: pascal@pascallaliberte.me
description: "You were never sold on heavy-handed JavaScript approaches. Here's a case for keeping your JS modest."
baseurl: "" # the subpath of your site, e.g. /blog
url: https://modestjs.works # the base hostname & protocol for your site, e.g. http://example.com
theme_color: '#26B4A5'
twitter_username: pascallaliberte
github_username: pascallaliberte
author: Pascal Laliberté
logo: assets/images/large-logo.png
og-image: assets/images/book-how-to-write-modest-modern-js.jpg
og-image-square: assets/images/book-how-to-write-modest-modern-js-400x400.jpg
twitter:
username: pascallaliberte
social:
name: Pascal Laliberté
links:
- https://twitter.com/pascallaliberte
- https://github.com/pascallaliberte
languages: ["en"]
permalink: /articles/:categories/:title/
collections:
book:
sort_by: index
output: true
permalink: /:collection/:path/
defaults:
-
scope:
path: ""
type: "book"
values:
sitemap: true
show-font-toggle: false
### 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-sitemap
- jekyll-seo-tag
# - octopress-minify-html
# - jekyll-multiple-languages-plugin
# - amp-jekyll
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