-
Notifications
You must be signed in to change notification settings - Fork 6
/
_config.yml
123 lines (103 loc) · 3.11 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
#########################
### BASIC INFORMATION ###
#########################
# The name of the site.
# Written in big on top of the hero image, and used in page titles.
name: OUTPUT
# A subtitle for the site.
# Written below the site's name, and next to it in the page title.
subtitle: The blog of Maxime Kjaer
subtitle_html: The blog of <span title="/maksim ˈkjɛɹ/">Maxime Kjaer</span>
# A default description for the site.
# Used by search engines, Facebook and Twitter. Overridden by blog posts' description when possible.
description: "Maxime Kjaer's blog posts about the Web, software & technology. Most likely in that order."
# Your website URL
# Used in sitemap.xml and feed.xml
url: https://kjaer.io
# Information about the author. Used in feed.xml
author:
name: Maxime Kjaer
email: [email protected]
twitter: maximekjaer
url: https://kjaer.io
# Your disqus shortname. Entering this will enable commenting on posts by default
disqus: kjaermaxime
# Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
google_analytics: UA-59915030-2
# Data for the hero image
hero:
image: /images/hero/trees.jpg # The relative path to the default hero image
fallback-color: "#d3dbe7" # The fallback color that will be used behind the image
breakpoints: # Responsive image breakpoints. Important that these be in decreasing order!
- 1440px
- 1200px
- 800px
- 550px
- 380px
# The URL of your GitHub repo
github: https://github.com/MaximeKjaer/kjaer.io
# If you're hosting your site at a Project repository on GitHub pages
# (http://yourusername.github.io/repository-name)
# and NOT your User repository (http://yourusername.github.io)
# then add in the baseurl here, like this: "/repository-name"
baseurl: ""
##############################
### ADVANCED OPTIONS BELOW ###
##############################
permalink: /:title/
excerpt_separator: "<!--"
collections:
notes:
output: true
permalink: /:title/
sort_by: title
unlisted:
output: true
sass:
sass_dir: _sass
style: :compressed # Can also be :expanded
# Use the following gems when building the site
plugins:
- jekyll-sitemap # Automatically create a sitemap on build
- jekyll-feed # Automatically create an RSS feed on build
- jekyll-mathjax-csp # Server-side rendering of math with MathJax
- jekyll-diagrams # Server-side rendering of graphs with Graphviz
- jekyll-block
- jekyll-scholar
scholar:
style: ieee.csl
feed:
excerpt_only: true
mathjax_csp:
output: CommonHTML # SVG, CommonHTML, or MML (default: SVG)
single_dollars: true # allow single dollar delimiters for inline math (default: false)
ex_size: 10
strip_css: false
defaults:
- scope:
type: posts
values:
layout: post
published: true
comments: true
edited: false
- scope:
type: notes
values:
layout: post
published: true
comments: true
edited: true
# Exclude these files from your production _site
exclude:
- Rakefile
- gulpfile.js
- LICENSE
- nohup.out
- npm-debug.log
- package.json
- package-lock.json
- .git
- README.md
- serve.bat
- zopfli