forked from netsec-ethz/scion-tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
32 lines (28 loc) · 807 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
# === basics ===
title: SCIONLab Tutorials
description: A collection of tutorial pages for SCION
aux_links:
"SCIONLab":
- "https://scionlab.org/"
"SCION Home Page":
- "https://scion-architecture.net/"
"Our GitHub":
- "https://github.com/netsec-ethz/"
footer_content: "Copyright © 2020, Network Security Group, ETH Zurich"
url: https://docs.scionlab.org
# === visuals ===
remote_theme: pmarsceill/[email protected]
logo: /favicon.ico
logo_title: SCIONLab
color_scheme: scionlab # makes just-the-docs load theme from _sass/color_schemes/scionlab.scss
# === markdown options ===
markdown: kramdown
kramdown:
toc_levels: 1..3
# === defaults ===
defaults:
- scope: {path: "content"}
values:
layout: default
# === Build settings ===
exclude: [Gemfile, Gemfile.lock]