You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
530 B
35 lines
530 B
markdown: kramdown |
|
highlighter: none |
|
permalink: pretty |
|
encoding: utf-8 |
|
port: 4009 |
|
main_baseurl: https://bitwarden.com |
|
destination: _site/help |
|
|
|
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: true |
|
articles: |
|
output: true |
|
permalink: /article/:name/ |
|
|
|
plugins: |
|
- jekyll-redirect-from
|
|
|