-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
40 lines (34 loc) · 1.06 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
# Site settings
title: Pym.me
logo: site-logo.svg
description: I used to be a developer like you, then I took an arrow in the knee.
baseurl: "" # the subpath of your site, e.g. /blog
url: http://pym.me # the base hostname & protocol for your site
# Main header
header:
text_shadow: 0 0 20px rgba(0, 80, 120, .8) # CSS text-shadow
# Navigation
navigation:
- slug: /monkeys/see-no-evil-monkey/
label: 🙈
- slug: /monkeys/speak-no-evil-monkey/
label: 🙊
- slug: /monkeys/hear-no-evil-monkey/
label: 🙉
# Services (all are optional)
analytics: UA-6852835-7 # Google Analytics tracking ID
disqus: pym-me # Disqus shortname
facebook_l10n: fr_FR # Your locale (en_US, fr_FR, etc.)
twitter: Pym # Website's Twitter username (without the '@')
# Build settings
exclude: [CNAME, Gemfile, Gemfile.lock]
markdown: kramdown
kramdown:
input: GFM # Enable GitHub Flavored Markdown
# Plugins
gems: [jekyll-paginate]
paginate: 5 # Post excerpts by page
paginate_path: "/page/:num/"
# Pym.me
feed_url: http://feed.pym.me
permalink: /posts/:title/