-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yaml
More file actions
48 lines (36 loc) · 1.25 KB
/
_config.yaml
File metadata and controls
48 lines (36 loc) · 1.25 KB
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
# theme: jekyll-theme-minimal
# remote_theme: "jekyll/minima@2.5-stable"
# theme: just-the-docs
remote_theme: just-the-docs/just-the-docs
# Note, we are using version 2.5, so you shoudl
# read these instuctions, not the ones at the HEAD of the
# master branch
# https://github.com/jekyll/minima/blob/2.5-stable/README.md
title: Micro:bit Robot Rally
description: >
Introduction to the BBC Micro:bit, an amazing, tiny computer that you can program!
Learn programming, robotics, and how to create games with friends.
logo: https://images.jointheleague.org/logos/figures_girl.png
author:
name: Eric Busboom
email: "eric.busboom@jointheleague.org"
plugins:
- jekyll-remote-theme
- jekyll-default-layout
header_pages:
- about.md
- intro.md
- lessons/index.md
gh_edit_link: true # show or hide edit this page link
gh_edit_link_text: "Edit this page on GitHub"
gh_edit_repository: "https://github.com/league-curriculum/Microbit-Robot-Rally" # the github URL for your repo
gh_edit_branch: "jekyl" # the branch that your docs is served from
# gh_edit_source: docs # the source that your files originate from
gh_edit_view_mode: "tree" # "tree" or "edit" if you wan
callouts:
tip:
title: Tip
color: green
hint:
title: Hint
color: blue