-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
75 lines (65 loc) · 1.53 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
# Site settings
title: dgms code
email: dgmstuart@gmail.com
description: >
This is the dev blog of Duncan Graeme MacDonald Stuart - a programmer living
living in Gothenburg, Sweden
url: "https://dgmstuart.github.io"
date_format: "%-d %b, %Y"
animated: false
twitter_username: dgmstuart
github_username: dgmstuart
disqus_shortname: dgmscode
stackoverflow_id: 1035431/dgmstuart
linkedin_username: duncangmstuart
google_analytics_code: UA-44436648-5
# Octopress 2-style permalink:
permalink: /blog/:year/:month/:day/:title/
jekyll-archives:
enabled:
- tags
- categories
layouts:
tag: tag-archive
category: category-archive
jekyll_compose:
auto_open: true
default_front_matter:
drafts:
comments: true
categories: []
tags: []
posts:
comments: true
categories: []
tags: []
collections:
conference-notes:
output: true
# Build settings
markdown: kramdown
paginate: 10
sass:
compressed: true
plugins:
- jekyll-paginate
- jekyll-sitemap
exclude: ['LICENSE.txt', 'README.md', 'Gemfile.lock', 'Gemfile']
text:
pagination:
newer: 'Newer'
older: 'Older'
post:
updated: 'Updated'
minute_read: 'minute read'
related_posts: 'Related Posts'
contact:
email: 'Email Address'
content: 'What would you like to say?'
subject: 'New message from blog'
submit: 'Say Hello'
ajax:
sending: 'sending..'
sent: 'Message sent!'
error: 'Error!'
thanks: "Thanks for getting in touch. I'll reply as soon as possible."