-
Notifications
You must be signed in to change notification settings - Fork 117
/
_config.yml
52 lines (45 loc) · 1.6 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
# Title, decription, tagline and URL for your site
# Can be used in your theme by calling 'site.title' and so on
title: Geotab Developers
description: This site provides tools for integrating with various types of Geotab products.
url: https://geotab.github.io
baseurl:
github:
repository_url: https://github.com/Geotab/sdk
# Used so Jekyll outputs the site correctly so Gulp can do what it wants
source: .tmp/src
destination: .tmp/dist
exclude: ['assets']
# Same as the title etc for your site but can instead be
# called by using 'site.author.name' and so on
# NOTE: Don't use @ in front of your Twitter username
author:
name: The Geotab Team
email: [email protected]
uri: https://sdk.geotab.com
bio: A Fleet Tracking Platform You Can Build On
twitter: https://twitter.com/geotab
github: https://geotab.com/geotab
# _config.build.yml overwrites these options when you run `gulp build`
# Enables future posts (posts with dates in the future) and drafts
future: true
show_drafts: true
# Disables the more accurate related posts for faster generating of the site
lsi: false
# Only make the last 10 posts so generating isn't slow
limit_posts: 10
# Permalink structure and pagination options
permalink: none
excerpt_separator: ''
# Markdown library and options
markdown: kramdown
redcarpet:
extensions: ['no_intra_emphasis', 'tables', 'fenced_code_blocks', 'autolink', 'smart', 'strikethrough', 'superscript', 'underline', 'highlight', 'footnotes', 'with_toc_data', 'pretty']
highlighter: rouge
# Extending Jekyll
plugins:
- jekyll-gist
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-redirect-from
- jekyll-octicons