forked from AarhusAI/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config_dev.yml
More file actions
44 lines (38 loc) · 917 Bytes
/
_config_dev.yml
File metadata and controls
44 lines (38 loc) · 917 Bytes
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
title: AarhusAI Documentation
repository: AarhusAI/documentation
url: "http://aarhusai-docs.local.itkdev.dk"
baseurl: "/documentation"
# Theme
remote_theme: just-the-docs/just-the-docs
# Plugins
plugins:
- jekyll-remote-theme
# Configure callouts for Just-the-docs theme
# https://just-the-docs.com/docs/configuration/#callouts
# Common kinds of callouts include highlight, important, new, note, and warning.
# https://just-the-docs.com/docs/ui-components/callouts/
callouts:
note:
title: Note
color: purple
note-title:
color: purple
warning:
title: Warning
color: yellow
warning-title:
color: yellow
danger:
title: Danger
color: red
danger-title:
color: red
important:
title: Important
color: blue
important-title:
color: blue
# Makes Aux links open in a new tab. Default is false
aux_links_new_tab: true
kramdown:
syntax_highlighter: coderay