-
-
Notifications
You must be signed in to change notification settings - Fork 108
/
_config.yml
63 lines (52 loc) · 1.65 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
title: dash
author: GitHub User
email: [email protected]
description: > # this means to ignore newlines until "show_exerpts:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
show_excerpts: false # set to true to show excerpts on the homepage
paginate: 1
paginate_path: "/blog/page:num/"
tag_permalink_style: pretty
tag_page_layout: tag_page
tag_page_dir: tag
# jekyll-dash date format
# refer to http://shopify.github.io/liquid/filters/date/ if you want to customize this
dash:
# the way how dates should be displayed
date_format: "%b %-d, %Y"
# (optional) discqus comment configuration
disqus:
shortname: bitbrain-github-io
# generate social links in footer
# supported colors: green, red, orange, blue, cyan, pink, teal, yellow, indigo, purple
social_links:
- url: https://twitter.com/bitbrain_
icon: twitter-square
color: cyan
- url: https://bitbrain.itch.io
icon: itch-io
color: red
- url: https://github.com/bitbrain
icon: github-square
color: purple
# wether the author box should be displayed
show_author: true
# the animation speed of the scroll-in effect
animation_speed: 50
# wether to enable Right-to-Left support or not
rtl: false
# Replaces the default avatar provider (gravatar)
#avatar_source: github
#github_username: bitbrain
#avatar_source: local
#avatar_path: /assets/avatar.png
# Build settings
theme: jekyll-dash
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-paginate
- liquid-md5
- jekyll/tagging