forked from bitwarden/help
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
49 lines (44 loc) · 854 Bytes
/
_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
markdown: kramdown
highlighter: none
permalink: pretty
encoding: utf-8
port: 4009
main_baseurl: https://bitwarden.com
sass:
sass_dir: ./_scss
style: compressed
exclude:
- node_modules
- bitwarden-help.sln
- package.json
- package-lock.json
- gulpfile.js
- appveyor.yml
- README.md
include:
- '.nojekyll'
collections:
categories:
output: true
permalink: /:path/
order:
- getting-started.md
- account-management.md
- send.md
- import-export.md
- auto-fill.md
- two-step-login.md
- hosting.md
- organizations.md
- providers.md
- directory-connector.md
- login-with-sso.md
- security.md
- plans-and-pricing.md
- business.md
- miscellaneous.md
articles:
output: true
permalink: /:name/
plugins:
- jekyll-redirect-from