-
Notifications
You must be signed in to change notification settings - Fork 9
/
_config.yml
68 lines (60 loc) · 1.46 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
# Site settings
title: "Jekyll Bootstrap 4 with Docker"
header_title: "Jekyll Bootstrap 4 with Docker"
email: your@ema.il
author: Your Name
description: "Jekyll static blog boilerplate with Bootstrap 4 and Docker"
baseurl: "/jekyll-bootstrap4-docker"
url: "https://hexlet-boilerplates.github.io"
date_format: "%-d.%m.%Y"
# Google services
google_analytics: "UA-1360700-62"
google_verification: ""
# Facebook
facebook_app_id: "1414002802233483"
# Optional features
animated: false
show_related_posts: false
show_post_footer: true
show_social_icons: true
ajaxify_contact_form: true
# Disqus post comments
# (leave blank to disable Disqus)
disqus_shortname: "disqus_xxx"
# Social icons
github_username: hexlet
bitbucket_username:
stackoverflow_id:
twitter_username: hexlet
google_plus_id:
linkedin_username:
facebook_username: hexlet
angellist_username:
medium_id:
bitcoin_url:
paypal_url:
flattr_button:
instagram_username:
# Post sharing icons
show_sharing_icons: true
share_text: 'Share this post!'
# Change to 'true' to enable individual icons
share_facebook: true
share_twitter: true
share_googleplus: false
share_linkedin: false
share_digg: false
share_tumblr: false
share_reddit: false
share_stumbleupon: false
share_hackernews: false
# Build settings
markdown: kramdown
redcarpet:
extensions: ['smart', 'tables', 'with_toc_data']
permalink: "/:title/"
paginate: 15
sass:
compressed: true
# Gems
gems: [jekyll-paginate]