generated from just-the-docs/just-the-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 9
/
_config.yml
54 lines (47 loc) · 949 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
50
51
52
53
54
title: OSORI
description: Github Pages for OSORI
baseurl: ""
theme: just-the-docs
url: https://osori-db.github.io
color_scheme: dark_theme
logo: "/assets/images/ic_logo_osori.png"
favicon_ico: "/assets/images/favicon.ico"
plugins:
- jekyll-seo-tag
- jekyll-github-metadata
- jekyll-include-cache
- jekyll-multiple-languages-plugin
languages: ["ko", "en"]
exclude_from_localizations: ["javascript", "images", "css"]
languageNames:
ko: 한국어
en: English
isoLanguageCodes:
ko: ko
en: en_US
permalink: pretty
callouts_level: loud
callouts:
highlight:
color: yellow
important:
title: Important
color: blue
new:
title: New
color: green
note:
title: Note
color: purple
warning:
title: Warning
color: red
search_enabled: true
search:
heading_level: 2
previews: 2
preview_words_before: 3
preview_words_after: 3
tokenizer_separator: /[\s/]+/
rel_url: true
button: false