-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
91 lines (83 loc) · 2.09 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
url : "" # the base hostname & protocol for your site, e.g. http://example.com
baseurl : "/" # the subpath of your site, e.g. /blog
title : "The Software Consultant Library" # the name of your site, e.g. ACME Corp.
repository : "mivano/software-consultant-books"
comments:
provider : "giscus" # false (default), "giscus", "custom"
giscus:
repo_id : "R_kgDOIk8VGQ"
category_name : "Announcements"
category_id : "DIC_kwDOIk8VGc4CS9rY"
discussion_term : "pathname" # "pathname" (default), "url", "title", "og:title"
reactions_enabled : 1 # '1' for enabled (default), '0' for disabled
theme : "preferred_color_scheme" # "light" (default), "dark", "dark_dimmed", "transparent_dark", "preferred_color_scheme"
# Analytics
analytics:
provider : false #"google-gtag" # false (default), "google", "google-universal", "custom"
google:
tracking_id : "" # Replace this with your ID, or delete
collections:
books:
output: true
permalink: /:collection/:name
defaults:
- scope:
path: ""
type: "books"
values:
layout: "book"
comments: true
show_related: true
- scope:
path: ""
values:
layout: "default"
sass:
load_paths:
- _sass
style: compressed
# HTML Compression
# - http://jch.penibelst.de/
compress_html:
clippings: all
ignore:
envs: development
# Reading Files
include:
- .htaccess
- _pages
exclude:
- "*.sublime-project"
- "*.sublime-workspace"
- vendor
- .asset-cache
- .bundle
- .jekyll-assets-cache
- .sass-cache
- assets/js/plugins
- assets/js/_main.js
- assets/js/vendor
- Capfile
- CHANGELOG
- config
- Gemfile
- Gruntfile.js
- gulpfile.js
- LICENSE
- log
- node_modules
- package.json
- Rakefile
- README
- readme.md
- tmp
keep_files:
- .git
- .svn
encoding: "utf-8"
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
plugins:
- jekyll-paginate
- jekyll-gist
- jemoji
- jekyll-include-cache