forked from Bastardkb/bastardkb.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
65 lines (53 loc) · 1.36 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
title: Bastard Keyboards Documentation
description: Official Bastard Keyboards documentation
logo: "/assets/img/bk-1.png"
favicon_ico: "/assets/img/favicon.ico"
markdown: kramdown
remote_theme: just-the-docs/just-the-docs
exclude:
- .jekyll-cache
- gemfiles/
- Gemfile
- Gemfile.lock
- _site/
- building-locally.md
- cspell.config.yaml
- assets/pics/layouts/README.md
plugins:
- jekyll-default-layout
- jekyll-remote-theme
# Aux links for the upper right navigation
aux_links:
# "Bastard Keyboards on GitHub":
# - "https://github.com/bastardkb"
# Makes Aux links open in a new tab. Default is false
aux_links_new_tab: true
# Sort order for navigation links
# nav_sort: case_insensitive # default, equivalent to nil
nav_sort: case_sensitive # Capital letters sorted before lowercase
# External navigation links
nav_external_links:
- title: Bastard Keyboards on GitHub
url: https://github.com/bastardkb
- title: Bastard Keyboards website
url: https://bastardkb.com
- title: Bastard Keyboards discord
url: https://bastardkb.com/discord
# Back to top link
back_to_top: true
back_to_top_text: "Back to top"
# Nice boxes for visibility
callouts:
tip:
title: Tip
color: blue
warning:
title: Warning
color: red
note:
title: Note
color: grey-lt
question:
title: Question
color: yellow
color_scheme: bkb-light