-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
74 lines (63 loc) · 1.83 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
# SITE CONFIGURATION
baseurl: "" # the subpath of your site, e.g. /blog/
url: https://niallburkley.com
enforce_ssl: niallburkley.com
# THEME-SPECIFIC CONFIGURATION
theme_settings:
# Meta
title: Niall Burkley's Developer Blog
avatar: profile-small.jpg
gravatar: # Email MD5 hash
description: "Web Developer Blog covering ruby and other web technologies"
# Header and footer text
header_text: >
<p>
Software Developer based in Boston, USA, working with
<a href="https://www.meltwater.com/?ucs">Meltwater</a>, formerly <a href="https://www.edenspiekermann.com/">Edenspiekermann</a>.
</p>
<p>I can usually be found writing <code>ruby</code>, <code>elixir</code> and <code>JavaScript</code> for the web.</p>
header_text_feature_image:
footer_text: >
Powered by <a href="http://jekyllrb.com">Jekyll</a> with <a href="https://github.com/rohanchandra/type-theme">Type Theme</a>
# Icons
rss: true
email_address: # Full email address, e.g. "sam@example.com"
facebook:
flickr:
github: "nburkley"
google_plus:
instagram:
linkedin: # Full URL
pinterest:
reddit:
soundcloud:
tumblr:
twitter: "niallburkley"
youtube:
# Scripts
google_analytics: UA-64443693-1
disqus_shortname: niallburkley
# Localization strings
str_follow_on: "Follow on"
str_rss_follow: "Follow RSS feed"
str_email: "Email"
str_next: "Next"
str_prev: "Prev"
str_continue_reading: "Continue reading"
# Colours, typography and padding
# Open the "_sass > base" folder, and open "_variables.scss"
google_fonts: "Source+Sans+Pro:400,700,700italic,400italic"
# Post navigation
post_navigation: false
permalink: /blog/:title/
# PAGINATION
paginate: 5
paginate_path: "blog/page:num"
# BUILD SETTINGS
markdown: kramdown
highlighter: rouge
sass:
sass_dir: _sass
style: :compressed
plugins:
- jekyll-sitemap