-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
39 lines (34 loc) · 1.31 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
# visit https://github.com/mojombo/jekyll/wiki/Configuration for more settings
paginate: 10 # pagination based on number of posts
paginate_path: "page:num"
exclude: ["README.md", "Rakefile", "Gemfile", "Gemfile.lock"] # files to exclude
highlighter: pygments
markdown: kramdown
title: The Bold Mole
description: Where I write things about code.
author:
name: David Paschich
email: [email protected]
github: dpassage
twitter: dpaschich
bio: Where I write things about code.
# email_md5: 726351295ec82e145928582f595aa3aa
rss_path: feed.xml
categories_path: categories.html
tags_path: tags.html
# BASE_PATH: http://dpassage.github.io
# All links will be namespaced by BASE_PATH if defined.
# Links in your website should always be prefixed with {{ site.BASE_PATH }}
# Do not put a "/" at the end of the url.
#
# CNAME (http://yourcustomdomain.com)
# DO NOT SET BASE_PATH JUST LEAVE IT BLANK
# (urls will be prefixed with "/" and work relatively)
#
# GitHub Pages (http://username.github.io)
# DO NOT SET BASE_PATH JUST LEAVE IT BLANK
# (urls will be prefixed with "/" and work relatively)
#
# GitHub Project Pages (http://username.github.io/project-name)
# A GitHub Project site exists in the `gh-pages` branch of one of your repositories.
# REQUIRED! Set BASE_PATH to "http://username.github.io/project-name"