forked from stacks-network/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
199 lines (169 loc) · 4.55 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
# Site title and description
title: Blockstack
description: Docs
incremental: true
livereload: true
# Site subpath, e.g. /blog
baseurl: ""
# Permalink URLs structure, for permalink style options see: https://jekyllrb.com/docs/permalinks/
# permalink: /:title/
# Site base hostname & protocol, e.g. http://example.com
url: "https://docs.blockstack.org"
repository: blockstack/docs.blockstack
staticman:
branch: "master"
github_editme_path: blockstack/docs.blockstack/edit/master
branch_url: master
# if you're using Github, provide the basepath to the branch you've created for reviews, following the sample here. if not, leave this value blank.
# Site logo, image or text
brand:
image: logo.png # e.g. logo.png, upload logo image file to /assets/img/ folder
text: Docs # if the above "logo:" image variable is not set, this text logo is displayed instead
# Default author settings
author:
name: Blockstack
github: Blockstack # Github username for avatar
# Author settings, displayed on post and doc pages if front matter references author name e.g. author: peter
authors:
peter:
name: Peter Brown
github: PressApps # Github username for avatar
# Social icons displayed in footer
social:
email:
website:
facebook: https://www.facebook.com/
flickr:
dribbble:
github:
googleplus:
instagram: https://www.instagram.com/
linkedin:
pinterest:
twitter: https://twitter.com/
vimeo: https://vimeo.com/
youtube:
# Twitter share button
twitter:
username: blockstack
image: /assets/img/twitter.png
card: summary
# Default footer image settings
footer:
copyright: "Blockstack Public Benefit Corp."
# Disqus comments shortname, requires Disqus account https://disqus.com/
# disqus:
# shortname: # 1234
# Google analytics code, get your code here https://www.google.com/analytics/
google_analytics: UA-125894815-1
# Google maps API key, get your key here: https://developers.google.com/maps/documentation/javascript/get-api-key
google_maps_api_key:
google:
tag_manager:
container_id: GTM-TPGGRT5
# Number of posts displayed on blog page
# paginate: 10
# Blog path
# paginate_path: "/news/:num/"
# Path to content assets directory i.e post images, pdfs etc
post_assets: /assets/img/
#keep_files: (`/images/`)
# Build settings
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
syntax_highlighter: rouge
toc:
min_level: 2 # default: 1
max_level: 3 # default: 6
# list_class: "uk-nav uk-nav-default"
# sublist_class: "uk-nav-sub doc-nav"
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-gist
- jekyll-avatar
- jekyll-titles-from-headings
- jekyll-sitemap
- jekyll-toc
- jekyll-redirect-from
titles_from_headings:
enabled: true
strip_title: true
collections: true
include:
- _redirects
- _data
exclude:
- package-lock.json
- package.json
- Guardfile
- '*/glossary.md'
- '*/README.md'
- README.md
- THEME_README.md
- Gemfile
- Gemfile.lock
- 'node_modules'
- collections.json
- get-content.sh
- _core/aglio_templates
- _core/attic
- _core/api-specs.md
- _core/setup_core_portal.md
- _core/advanced_usage.md
- _core/atlas_network.md
- _core/basic_usage.md
- _core/blockstack_naming_service.md
- _core/cli.md
- _core/blockstack-did-spec.md
- _core/faq_evaluators.md
- _core/gai.md
- _core/glossary.md
- _core/interactive_regtest_macros.md
- _core/namespace_creation.md
- _core/openbazaar.md
- _core/resolver.md
- _core/search.md
- _core/subdomain.md
- _data/*.yml
- _data/*.csv
- _data/cliRef.json
sass:
style: compressed
defaults:
- scope:
path: "" # an empty string here means all files in the project
basepath: elephant
values:
comments: true
image: /assets/img/touch-icon.png
description: "Blockstack Network docs for investors, users, and developers."
collections:
android:
output: true
community:
output: true
core:
output: true
develop:
output: true
storage:
output: true
browser:
output: true
ios:
output: true
common:
output: true
org:
output: true
faqs:
output: true