-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
117 lines (108 loc) · 3.09 KB
/
_config.yml
File metadata and controls
117 lines (108 loc) · 3.09 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
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: Four Boards
email:
author:
description: "A striking black-white Jekyll theme."
baseurl: "https://fourboards.co.uk/"
url: "https://fourboards.co.uk"
date_format: "%b %-d, %Y"
# Google services
google_verification:
# Use either direct GA implementation or set up GTM account
# - using both will skew your data (leave blank to not use at all)
google_analytics:
google_tag_manager:
# Bing services
bing_verification:
######################################
## Optional features ##
######################################
animated: false
show_related_posts: false
show_social_icons: True
enable_mathjax: false
extended_fonts: false
enable_anchorjs: false
######################################
## Optional site sections ##
######################################
show_talks_section: true
show_workshops_section: true
######################################
## Disqus post comments ##
## (leave blank to disable Disqus) ##
######################################
disqus_shortname:
##########################################################################
## Facebook Comments plugin ##
## (leave blank to disable Facebook Comments, otherwise set it to true) ##
##########################################################################
facebook_comments:
facebook_appid:
facebook_comments_number: 10
###################################
## Social icons ##
###################################
github_username: fourboards
bitbucket_username:
stackoverflow_id:
twitter_username:
skype_username:
steam_nickname:
google_plus_id:
linkedin_username:
angellist_username:
medium_id:
youtube_channel_id: UC-MBExflq44QO73OKo3Buhw
bitcoin_url:
paypal_url:
flattr_button:
instagram_username: fr4boards
text:
pagination:
newer: 'Newer'
older: 'Older'
post:
updated: 'Updated'
minute_read: 'minute read'
related_posts: 'Related Posts'
index:
coming_soon: 'Coming soon...'
contact:
email: 'Email Address'
content: 'What would you like to say?'
subject: 'New submission!'
submit: 'Say Hello'
ajax:
sending: 'sending..'
sent: 'Message sent!'
error: 'Error!'
thanks: 'Thanks for contacting us. We will reply as soon as possible.'
og_locale: 'en_US'
############################################
## Build settings ##
############################################
markdown: kramdown
redcarpet:
extensions: ['smart', 'tables', 'with_toc_data', 'footnotes']
permalink: pretty
paginate: 4
sass:
compressed: true
plugins:
- jekyll-paginate
- jekyll-sitemap
# https://github.com/jekyll/jekyll/issues/2938
exclude: [vendor]
#################################################
## Collections (for 'Design' section of site) ##
#################################################
collections:
projects:
output: true
products:
output: true
clients:
output: true