-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
82 lines (76 loc) · 2.02 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
# github pages we cannot customize
lsi: false
safe: true
whitelist:
- jekyll-coffeescript
- jekyll-gist
- jekyll-paginate
- jekyll-redirect-from
- jekyll-mentions
- jekyll-sitemap
- jekyll-feed
- jekyll-seo-tag
- jekyll-gist
- jemoji
incremental: false
highlighter: rouge
gist:
noscript: false
# customize
markdown: kramdown
quiet: false
kramdown:
input: GFM
hard_wrap: false
template: '' # cannot customize
math_engine: mathjax # cannot customize
syntax_highligher: rouge # cannot customize
jailed: false
plugins:
- jekyll-gist
- jekyll-paginate
# This is the default format.
# # For more see: https://github.com/mojombo/jekyll/wiki/Permalinks
# permalink: /:categories/:year/:month/:day/:title
permalink: /:year/:month/:day/:title/
# https://jekyllrb.com/docs/collections/
# Not everything is a post or a page.
# Collections allow you to define a new type of document that behave like Pages or Posts do normally,
# but also have their own unique properties and namespace.
collections:
fragments:
output: true
title: Benjamin Fleischer
tagline: My space
author:
name: Benjamin Fleischer
email: [email protected]
github: bf4
twitter: hazula
# feedburner: feedname
gravatar_url: https://gravatar.com/userimage/455248/07b6758e7d309cff827fd0b287281639.png
linkedin: http://www.linkedin.com/in/benjaminfleischer
# Additional configuration is in the _data folder
# The production_url is only used when full-domain names are needed
# such as sitemap.txt
# Most places will/should use BASE_PATH to make the urls
#
# If you have set a CNAME (pages.github.com) set your custom domain here.
# Else if you are pushing to username.github.com, replace with your username.
# Finally if you are pushing to a GitHub project page, include the project name at the end.
#
url: &url http://benjaminfleischer.com
production_url: *url
exclude:
- "CNAME"
- "Gemfile"
- "Gemfile.lock"
- "LICENSE"
- "README.md"
- "Rakefile"
- "_backup"
- "_ember"
- "_legacy"
- "_rake"
- "_snippets"
- "_thoughts"