forked from y7kim/agency-jekyll-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
61 lines (52 loc) · 1.37 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
url: https://craigchamberlain.it
baseurl:
# Site settings
title: Craig Chamberlain - IT Services
email: contact@craigchamberlain.it
phone: 07526 825 153
description: "IT Support, Training and Advice for Home & Business. Personal and professional service in your own home or office."
# Team names, titles and social links
people:
- name: Craig Chamberlain
pic: 1
position: Owner
social:
- title: twitter
url: https://twitter.com/hagatorn
- title: linkedin
url: https://www.linkedin.com/in/craig-chamberlain-61037149
- title: stack-overflow
url: https://stackoverflow.com/users/3822155/craig-c
# Social networks usernames (many more available: google-plus, flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.)
social:
- title: pinterest
url: https://www.pinterest.co.uk/craigchamberlainit
- title: facebook
url: https://www.facebook.com/CraigChamberlainIT/
# Postal address (add as many lines as necessary)
address:
- line: Sedbergh, UK
collections:
websites:
output: false
services:
output: false
flashcards:
output: false
examples:
output: false
defaults:
- scope:
path: "_flashcards/windows"
values:
type: "windows10"
- scope:
path: "_flashcards/mac"
values:
type: "mac"
# Build settings
markdown: kramdown
permalink: pretty
plugins:
- jekyll-sitemap
- jekyll-feed