forked from sergiokopplin/indigo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
executable file
·103 lines (80 loc) · 2.48 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
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
# your site URL
url: http://www.johnehartzog.com/indigo
# main text of home
name: John Smith
#bio
bio: Lorem Ipsum
# profile picture
picture: /images/profile.png
# animations?
animate: true
# your default link style
permalink: /:categories/:title
# To enable google analytics, supply yo-ur token below
#analytics-google: UA-
# To enable piwik tracking, supply your url & site ID below
# analytics-piwik-url: 'piwik.my-host.com'
# analytics-piwik-id: 1
# control disqus settings
#disqus:
# shortname: my disqus # enter this from your disqus account
# categories: [blog] # only show disqus for posts that have these categories
# if you don't have any of social below, comment the line
facebook: myfacebook
twitter: mytwitter
# google: mygoogle
# instagram: myinstagram
# pinterest: mypinterest
linkedin: mylinkedin
#youtube: myyoutube
#spotify: myspotify
github: mygithub
#medium: medium
email: [email protected]
#seo plugin info
title: John Smith
description: Lorem Ipsum
author: John Smith
# Display links for next and previous posts for the specified categories
post-advance-links: [blog]
# do you want a larger site? change the option below
# options: [normal, large] | default: normal
# normal = 560px / large = 810px
width: large
# if you don't need pagination, comment the *paginate* configs below
paginate: 5
paginate_path: blog/:num
# if you don't need "about" or "blog", comment them out below
about: true
blog: true
# do you want to show the "read time" of the posts?
read-time: false
# do you want to show the "tags" inside the posts?
show-tags: false
# categories of pages you want related posts to be shown
related: [blog]
# show author block at the end of a post
show-author: true
# configure SASS output style, since inlining anyway should stay compressed
sass:
style: compressed
# versions of these can be found at https://pages.github.com/versions
gems:
- jemoji
- jekyll-mentions
- jekyll-seo-tag
- jekyll-feed
- jekyll-sitemap
- jekyll-gist
- jekyll-paginate
- jekyll-github-metadata
jekyll-mentions:
base_url: https://github.com
exclude: [README.md, Gemfile, Gemfile.lock, node_modules, gulpfile.js, tasks, package.json, _site, vendor, CNAME, Rakefile, travis.sh]
# perform builds using incremental flag, still experimental so disabled
# incremental: true
# third party tools that need to be manually updated
# normalize.css - _sass/base/_normalize.scss
# compress - _layouts/compress.html
# disqus - _includes/disqus.html
# google analytics - _includes/analytics-google.html