aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_config.yml
blob: f41d5a4e9f9f87b9902eedc52d3a0d3cf6ade5cb (plain)
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
title: Quests
description: Documentation for the Quests plugin
theme: just-the-docs

url: https://lmbishop.github.io

callouts_level: quiet
callouts:
  highlight:
    color: yellow
  how-to-read:
    title: How to read this page
    color: grey-dk
  important:
    title: Important
    color: blue
  new:
    title: New
    color: green
  note:
    title: Note
    color: purple
  caution:
    title: Caution
    color: yellow
  warning:
    title: Warning
    color: red

nav_external_links:
  - title: Quests on GitHub
    url: https://github.com/LMBishop/Quests

plugins:
  - jekyll-default-layout