-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
49 lines (45 loc) · 1.03 KB
/
_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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Site
title: Pineberry Pi Documentaton
description: Everything about our products in one place
baseurl: /
permalink: /:title
# Repository
git:
repository_url: https://github.com/PineberryPi/pineberry-docs.github.io
# Navigation
nav:
Documentation:
- text: Connecting your HatDrive!
url: /tutorial-connecting-your-hatdrive
available: true
- text: NVMe compatibility list
url: /nvme-compatibility-list
available: true
- text: Booting from NVMe
url: /tutorial-booting-from-nvme
available: true
Resources:
- text: HatDrive! 3D Models
url: /resources-3d-models
available: true
- text: Pinedrive Datasheets
url: /resources-pinedrive-datasheets
available: true
Developers:
- text: Contributions
url: /contributions
available: true
# Defaults
defaults:
- scope:
path: ""
values:
layout: "default"
# Build
markdown: kramdown
highlighter: rouge
kramdown:
syntax_highlighter_opts:
block:
line_numbers: true
exclude: ["README.md"]