-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
43 lines (34 loc) · 846 Bytes
/
_config.yml
File metadata and controls
43 lines (34 loc) · 846 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
title: Open School Bell
description: Open School Bell is an open-source solution to provide a modern school bell system.
theme: just-the-docs
url: https://openschoolbell.co.uk
baseurl: /
aux_links:
GitHub: https://github.com/Open-School-Bell
X: https://x.com/openschoolbell
logo: "/assets/logo.png"
favicon_ico: "/assets/favicon.ico"
repository: open-school-bell/docs
permalink: pretty
callouts:
warning:
color: yellow
info:
color: blue
defaults:
- scope:
path: "docs"
type: "pages"
values:
layout: "default"
- scope:
path: "guides"
type: "pages"
values:
layout: "default"
gh_edit_link: true
gh_edit_link_text: "Edit this page on GitHub"
gh_edit_repository: "https://github.com/Open-School-Bell/docs"
gh_edit_branch: "main"
gh_edit_view_mode: "tree"
heading_anchors: true