-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
117 lines (98 loc) · 2.17 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
110
111
112
113
114
115
116
117
# Site settings
title: "Deadlyfingers.net"
description: "Blog for technical designers and developers featuring code stories, experimental tech and tutorials by David Douglas"
# Author
author:
name: David Douglas
picture: /assets/avatars/david-douglas.jpg
url: http://www.deadlyfingers.com
twitter: deadlyfingers
youtube: deadlyfingerstv
github: deadlyfingers
# Google Analytics
google_analytics:
tracking_code: G-GPSLBL05X1
# Disqus Comments
disqus:
shortname: deadlyfingers
# Links
links:
categories: "/categories"
tags: "/tags"
tag: "/tag/"
feed: "/search/feed.json"
# Collections
collections:
category:
output: true
tag:
output: true
permalink: /tag/:name
# Theme
#theme: minima # https://pages.github.com/themes/
# Styles
sass:
sass_dir: _sass
style: compressed
# Handling Reading
#safe: true
encoding: UTF-8
strict_front_matter : true
include:
- node_modules/@fortawesome/fontawesome-free/webfonts
- node_modules/foundation-sites
exclude:
- package.json
- package-lock.json
- Gemfile
- Gemfile.lock
- README.md
- LICENSE
- node_modules
- node_modules/**/*.md
- _attachments
- _nav_menu_items
- gulpfile.js
- "*.rb"
- "^*"
keep_files:
- assets/modules
# Filtering Content
show_drafts: false
future: false
unpublished: false
# Plugins
plugins:
- jekyll-github-metadata
- jekyll-paginate
- jekyll-optional-front-matter
- jekyll-readme-index
- jekyll-default-layout
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- jemoji
# Conversion
excerpt_separator: <!--more-->
# Serving
baseurl: "" # "/project-name" NB: does not include hostname
show_dir_listing: false
# Outputting
permalink: /:categories/:title
paginate: 4
timezone: Europe/London # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
# GitHub Flavoured Markdown (GFM)
markdown: kramdown
highlighter: rouge
# GitHub defaults - https://help.github.com/articles/configuring-jekyll/
github: [metadata]
kramdown:
input: GFM
hard_wrap: false
syntax_highlighter: rouge
jailed: false
gfm_quirks: paragraph_end
theme: jekyll-theme-primer
# GitHub Metadata and sitemap url
url: https://www.deadlyfingers.net
repository: deadlyfingers.github.io