This repository has been archived by the owner on Oct 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
48 lines (43 loc) · 1.52 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
# Site settings
email: [email protected]
baseurl: ""
paginate: 5
paginate_path: "/blog/page-:num"
google_tagmanager: GTM-TPKR6RP
comments: true
# SEO settings
title: devoctomy
description: The home of devoctomy, software development
url: "http://www.devoctomy.com"
twitter_username: devoctomy
default_img: /assets/images/surfacebook_small.jpg
# Author settings
authors:
nick:
profile_img: /assets/images/nick.jpg
profile: CEO and developer for devoctomy. Gadget and dance music enthusiast, always full of ideas, but severely lacking in time and patience. You just gotta grab the bull by the horns, and get shit done!
email: [email protected]
personalwebsite: http://www.npsoftware.co.uk
social:
github: https://github.com/devoctomy
facebook: https://www.facebook.com/devoctomy/
twitter: devoctomy
marc:
profile_img: /assets/images/marc.jpg
profile: Head of Quality Control. Fishing, and football lover, assuring that our software reaches you strong, and stable, (hopefully not in a Theresa May kind of way).
email: [email protected]
personalwebsite:
social:
github: https://github.com/devoctomy
facebook: https://www.facebook.com/devoctomy/
twitter: devoctomy
# Build settings
include: ["_categories"]
exclude: ["Gemfile", "Gemfile.lock", "vendor", 'src', 'node_modules', '.bundle']
markdown: kramdown
permalink: /:year/:month/:day/:title/
# Sass
sass:
style: compressed
# Gems
gems: [jekyll-paginate, jekyll-sitemap, jekyll, octopress-autoprefixer, travis]