forked from jonaharagon/jekyll-bootstrap-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
49 lines (43 loc) · 1.69 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
title: Your awesome title
author:
name: 'Github User'
email: '[email protected]'
description: >- # this means to ignore newlines until "baseurl:"
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.
excerpts:
# Displays or hides post excerpts from home layout post listing.
show: true
# Cuts off excerpts with an ellipsis (...) after 32 words (approx. 2 lines).
# You can also leave this false, and manually control excerpt length:
# https://jekyllrb.com/docs/posts/#post-excerpts
auto_truncate: true
# Theme configuration
bootstrap:
# Theme date format
# refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this
date_format: "%b %-d, %Y"
# If you want to link only specific pages in your header, uncomment
# this and add the path to the page *files* in order as they should show up
#header_pages:
# - about.md
# generate social links in footer
social_links:
twitter: 'https://twitter.com/jonaharagon'
github: 'https://github.com/jonaharagon'
#facebook: 'https://example.com/@jekyllrb'
#instagram: 'https://example.com/@jekyllrb'
#linkedin: 'https://example.com/@jekyllrb'
#google: 'https://example.com/@jekyllrb'
#youtube: 'https://example.com/@jekyllrb'
#twitch: 'https://example.com/@jekyllrb'
#telegram: 'https://example.com/@jekyllrb'
#whatsapp: 'https://example.com/@jekyllrb'
#discord: 'https://example.com/@jekyllrb'
#slack: 'https://example.com/@jekyllrb'
# Build settings
theme: jekyll-bootstrap-theme
plugins:
- jekyll-feed
- jekyll-seo-tag