This repository has been archived by the owner on Dec 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
stache.yml
176 lines (163 loc) · 5.84 KB
/
stache.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
# =============================================
# STACHE - PATHS
# =============================================
base: /
static: static/
content: content/
includes: includes/
data: data/
blog: blog/
src: <%= stache.dir %>src/
build: <%= stache.status %>/
sass: <%= stache.config.src %>sass/
css: <%= stache.config.src %>css/
helpers: <%= stache.config.src %>helpers/
partials: <%= stache.config.src %>partials/
layouts: <%= stache.config.src %>layouts/
paths:
custom: custom-content/
error:
404: <%= stache.config.build %>404/index.html
# =============================================
# STACHE - PARTIALS
# =============================================
partial_omnibar: <%= stache.config.partials %>partial-omnibar.hbs
partial_header_nav: <%= stache.config.partials %>partial-header-nav.hbs
partial_header_nav_link: <%= stache.config.partials %>partial-header-nav-link.hbs
partial_header_nav_dropdown: <%= stache.config.partials %>partial-header-nav-dropdown.hbs
partial_header_search:
partial_header_admin: <%= stache.config.partials %>partial-header-admin.hbs
partial_admin_toolbar: <%= stache.config.partials %>partial-admin-toolbar.hbs
partial_admin_script: <%= stache.config.partials %>partial-admin-script.hbs
partial_edit_github: <%= stache.config.partials %>partial-edit-github.hbs
partial_edit_vsts: <%= stache.config.partials %>partial-edit-vsts.hbs
partial_edit_prose: <%= stache.config.partials %>partial-edit-prose.hbs
partial_footer_logo: <%= stache.config.partials %>partial-footer-logo.hbs
partial_footer_navigation: <%= stache.config.partials %>partial-footer-navigation.hbs
partial_footer_internal: <%= stache.config.partials %>partial-footer-internal.hbs
partial_footer_social: <%= stache.config.partials %>partial-footer-social.hbs
partial_jsdoc_header: <%= stache.config.partials %>partial-jsdoc-header.hbs
partial_jsdoc_body: <%= stache.config.partials %>partial-jsdoc-body.hbs
partial_jsdoc_footer: <%= stache.config.partials %>partial-jsdoc-footer.hbs
partial_sky_css: <%= stache.config.partials %>partial-sky-css.hbs
partial_sky_js: <%= stache.config.partials %>partial-sky-js.hbs
partial_sky_init: <%= stache.config.partials %>partial-sky-init.hbs
partial_videos: <%= stache.config.partials %>partial-videos.hbs
partial_contribute: <%= stache.config.partials %>partial-contribute.hbs
partial_layout_sandcastle: <%= stache.config.partials %>partial-layout-sandcastle.hbs
partial_google_analytics: <%= stache.config.partials %>partial-google-analytics.hbs
partial_google_tagmanager: <%= stache.config.partials %>partial-google-tagmanager.hbs
partial_powershell: <%= stache.config.partials %>partial-layout-powershell.hbs
partial_back_to_top: <%= stache.config.partials %>partial-back-to-top.hbs
partial_blog_more: <%= stache.config.partials %>partial-blog-more.hbs
partial_swagger: <%= stache.config.partials %>partial-swagger.hbs
# =============================================
# STACHE - SERVING
# =============================================
port: 4000
livereload: 4100
# =============================================
# OMNIBAR
# =============================================
omnibar:
enableHelp: 'false'
enableSearch: 'false'
serviceName: Developer
serviceNameLink: <%= stache.config.base %>
enableServiceNameLink: true
url: 'https://signin.blackbaud.com/omnibar.min.js'
urlDev: 'https://signin.blackbaud.com/omnibar.min.js'
# =============================================
# OMNIBAR - SEARCH
# =============================================
omnibarSearch:
resultsBaseUri: ''
resourceUrl: <%= stache.config.base %>content.json
resultsTemplateUri: '/assets/vendor/bb-omnibar-search/templates/bb-omnibar-search.hbs'
searchFormClass: 'searchenabled'
searchFormClassDev: 'bb-omnibar-searchenabled'
searchInputId: 'omnibar_searchbox'
searchResultsId: 'bb-omnibar-search-results'
# =============================================
# STACHE - LAYOUTS
# =============================================
latest_sky_release: 1.13.2
back_to_top: false
back_to_top_offset: 220
clipboard: true
prism: true
sky: true
draft: true
showCopyright: true
showHeader: true
showFooter: true
showOmnibar: true
showNavDropdown: false
showAdminToolbar: false
showAdminTrigger: false
showBreadcrumbs: false
editInGitHub: true
editInVSTS: false
editInProse: true
markdown: true
contribute: false
comments: true
comments_key: blackbaud
blog_recent_limit: 10
bootstrap_container: container
sidebarLayoutSecondaryColumn: col-sm-3
sidebarLayoutPrimaryColumn: col-sm-9
video_description_top: false
watchNewer: true
modules:
- stache
sortKey: order
sortDirection: asc
# =============================================
# STACHE - ANALYTICS
# =============================================
google_analytics_id: UA-2418840-1
google_tagmanager_id: GTM-W56QP9
# =============================================
# STACHE - NAVIGATION
# =============================================
nav_type: directory # or links
nav_title_home: Home
nav_links:
nav_exclude:
- 404
- assets
- .DS_Store
# =============================================
# STACHE - BLOG
# =============================================
blogReadMoreLabel: 'Continue reading...'
# =============================================
# STACHE - EDIT LINKS
# =============================================
kudu_protocol: http://
kudu_suffix: .scm.docs.blackbaudhosting.com/deploy
prose_base: http://prose.io
github_protocol: https://
github_base: github.com
github_token:
github_org: blackbaud
github_repo:
github_branch: master
vsts_protocol: https://
vsts_base: blackbaud.visualstudio.com
vsts_token:
vsts_project:
vsts_repo:
vsts_branch: master
kudu_repo: <%= stache.config.github_repo %>
angular:
constants:
omnibar: <%= stache.config.omnibar %>
omnibarSearch: <%= stache.config.omnibarSearch %>
bbauth:
isEnabled: false
clientId: <unique>.developer.blackbaud.com
authAddress: https://signin.blackbaud.com/
rootUrl: https://<unique>.developer.blackbaud.com
anonymousPaths: ''