forked from sendgrid/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.sample.yml
56 lines (43 loc) · 1.81 KB
/
_config.sample.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
# Copy this to _config.yml and adjust accordingly.
# ----------------------- #
# Main Configs #
# ----------------------- #
url: https://sendgrid.com/docs
title: SendGrid Documentation | SendGrid
author: SendGrid
description: SendGrid Documentation
date_format: "ordinal"
# RSS / Email (optional) subscription links (change if using something like Feedburner)
subscribe_rss: /atom.xml
# ----------------------- #
# Jekyll & Plugins #
# ----------------------- #
# If publishing to a subdirectory as in http://site.com/project set 'root: /project'
root: /
permalink: /blog/:year/:month/:day/:title/
source: source
destination: public
css_destination: stylesheets
js_destination: javascripts
plugins: plugins
markdown: rdiscount
highlighter: pygments # default python pygments have been replaced by pygments.rb
titlecase: true # Converts page and post titles to titlecase
# list each of the sidebar modules you want to include, in the order you want them to appear.
# To add custom asides, create files in /source/_includes/custom/asides/ and add them to the list like 'custom/asides/custom_aside_name.html'
default_asides: [asides/page_navigation.html]
asset_pipeline:
bundle: true # Default = true
compress: true # Default = true
output_path: assets # Default = assets
display_path: assets # Default = nil
gzip: false # Default = false
# ----------------------- #
# 3rd Party Settings #
# ----------------------- #
# indextank settings
#set this to true if you want to build the index
indextank_api_url: http://:[email protected] #get an index URL at indexden.com
indextank_index: docs #set this to the index name you set on indexden.com
# these values are applied as regular expressions
# indextank_excludes: [index.html, 404.html, ^/secret/]