forked from dominicsayers/dominicsayers.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·86 lines (76 loc) · 1.61 KB
/
_config.yml
File metadata and controls
executable file
·86 lines (76 loc) · 1.61 KB
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
# Author settings
title: InSite Arts
description: An independent art commissioning organisation
logo: /assets/images/avatar.png
cover: /assets/images/landing_page.jpg
home: /assets/images/home.png
name: Sam Wilkinson
author: Sam Wilkinson
author_image: /assets/images/samwilkinson.jpg
# social icons and sharing options
social:
linkedin:
name: LinkedIn
url: https://www.linkedin.com/company/insite-arts
desc: Follow us on LinkedIn
contactable: true
twitter:
name: Twitter
handle: samwilk
url: https://twitter.com/samwilk
desc: Follow me on twitter
share_url: https://twitter.com/share
share_title: '?text='
share_link: "&url="
contactable: true
skype:
name: Skype
handle: samwilkinson
url: skype:samwilkinson
desc: Chat to me on Skype
contactable: true
envelope:
name: Email
url: mailto:sam@insitearts.com
desc: Email me
contactable: true
disqus:
handle: insite-arts
# Site settings
collections:
tag_pages:
output: true
permalink: /tag/:name/
authors:
output: true
permalink: /author/:name/
defaults:
-
scope:
path: ''
values:
layout: 'default'
author: Sam Wilkinson
-
scope:
path: ''
type: posts
values:
layout: post
-
scope:
path: ''
type: pages
values:
layout: page
# Local server settings
host: 0.0.0.0 # Ignored by Github Pages
# Build settings
url: "https://www.insitearts.com" # the base hostname & protocol for your site
permalink: :title/
gems:
- jemoji
- jekyll-sitemap
markdown: kramdown
kramdown:
input: GFM