forked from sendgrid/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.sample.yml
84 lines (68 loc) · 2.79 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
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
# Copy this to _config.yml and adjust accordingly.
# ----------------------- #
# Main Configs #
# ----------------------- #
url: http://sendgrid.com/docs
title: SendGrid Documentation - Email Delivery. Simplified.
author: SendGrid
description:
version: DEV
# Default date format is "ordinal" (resulting in "July 22nd 2007")
# You can customize the format as defined in
# http://www.ruby-doc.org/core-1.9.2/Time.html#method-i-strftime
# Additionally, %o will give you the ordinal representation of the day
date_format: "ordinal"
# RSS / Email (optional) subscription links (change if using something like Feedburner)
subscribe_rss: /atom.xml
subscribe_email:
# RSS feeds can list your email address if you like
email:
# ----------------------- #
# 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
pygments: false # default python pygments have been replaced by pygments.rb
titlecase: true # Converts page and post titles to titlecase
# this is just a placeholder list for breadcrumbs so we have something to iterate over.
# think of it this way: the number of indices in this array is the number of breadcrumb levels to be shown.
breadcrumb_list: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]
# 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]
# Each layout uses the default asides, but they can have their own asides instead. Simply uncomment the lines below
# and add an array with the asides you want to use.
blog_index_asides: [asides/page_navigation.html]
post_asides: [asides/page_navigation.html]
page_asides: [asides/page_navigation.html]
# ----------------------- #
# 3rd Party Settings #
# ----------------------- #
# indextank settings
indextank: false #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/]
# ----------------------- #
# SendGrid Settings #
# ----------------------- #
folder_weights:
"/index.html": 110
"/User_Guide": 100
"/Integrate": 90
"/Code_Examples": 80
"/Delivery_Metrics": 70
"/Marketing_Emails": 60
"/Apps": 55
"/API_Reference": 50
"/API_Workshop": 40
folder_icons:
"/VidGrid": "icon-film"