forked from peterroelants/peterroelants.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
109 lines (94 loc) · 3.23 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
# Use Github pages Jekyll configuration
# Launch Github pages Jekyll with:
# bundle exec jekyll serve
# General blog information
############################################################
# Name of your blog (this will show up at the top of your page and in the RSS feed)
title: Peter's Notes
name: Peter's Notes
# Short description (goes below the title; it will also be used in the RSS feed)
description: Aggregation of notes and code samples.
# Your name, as you want it to appear underneath each post and in the footer
author: Peter
# Your email if you want it to be linked on the contact page
author_email: [email protected]
email: [email protected]
# The URL of your actual domain. This will be used to make absolute links in the RSS feed.
url: http://peterroelants.github.io
twitter_username: PeterRoelants
github_username: peterroelants
# Where things are
############################################################
source: . # Set by Github
# This is where the generated site will be placed once Jekyll is done transforming it.
destination: ./_site
#plugins_dir: ./_plugins
# This folder is for the main templates your content will be inserted into. You can have different layouts for different pages or page sections.
layouts_dir: ./_layouts
data_dir: ./_data
collections: null
# Handling Reading
############################################################
# Safe: Disable custom plugins, and ignore symbolic links.
safe: true # Set by Github
include: [".htaccess"]
exclude: [notebooks]
keep_files: [".git", ".svn"]
encoding: "utf-8"
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
# Filtering Content
############################################################
show_drafts: null
limit_posts: 0
future: true
unpublished: false
# Plugins
############################################################
whitelist: []
plugins: [github-pages]
# Conversion
############################################################
markdown: kramdown
highlighter: rouge # Set by Github
# LSI: produce an index for related posts.
lsi: false # Set by Github
excerpt_separator: "\n\n"
# Serving
############################################################
detach: false
port: 4000
host: 127.0.0.1
# Uncomment if you are planning to run the blog in a subdirectory
# Note - if you enable this, and attempt to view your site locally you have to use the baseurl in your local path.
# Serve the website from the given base URL
# Example, you must use http://localhost:4000/path/to/blog
#baseurl: /path/to/blog
baseurl: "" # does not include hostname
# Outputting
############################################################
permalink: /posts/:title/
paginate_path: /page:num
# Set the time zone for site generation.
timezone: Europe/Brussels
quiet: false
defaults: []
# Markdown Processors
############################################################
rdiscount:
extensions: []
redcarpet:
extensions: []
kramdown:
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false
coderay:
coderay_wrap: div
coderay_line_numbers: inline
coderay_line_number_start: 1
coderay_tab_width: 4
coderay_bold_every: 10
coderay_css: style