-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_config.yml
More file actions
51 lines (48 loc) · 1.42 KB
/
_config.yml
File metadata and controls
51 lines (48 loc) · 1.42 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
49
50
51
title: Haruki's Meshtastic Experiments
description: >-
Just my personal experiments.
baseurl: "/Meshtastic-Experiments" # the subpath of your site, e.g. /blog
url: "https://HarukiToreda.github.io" # the base hostname & protocol for your site
plugins:
- jekyll-feed
# Add navigation links with a dropdown for Release Notes
navbar:
- title: Battery Runtime Tests
url: "Battery-Runtime-Tests"
- title: LoRa Boards Power Measurements
url: "LoRa-Boards-Power-Measurements"
- title: Antennas Tested
url: "Antennas-Tested"
- title: ADC Calculator
url: "ADC-Calculator"
- title: Shopping Guides
sublinks:
- title: LoRa Boards Comparison Table
url: "LoRa-Boards-Comparison-Table"
- title: Recomended Etsy/Tindie Nodes
url: "Complete-nodes-List"
#- title: Release Notes
# sublinks:
# - title: 2.5.6.d55c08d Alpha
# url: "/release-notes/firmware-2-5-6"
- title: Gerber PCB Files
url: "Gerber-PCB-Files"
- title: Compatible Peripherals
url: "Compatible-Peripherals"
#- title: InkHUD
# sublinks:
# - title: Intro
# url: "InkHUD/Intro"
# - title: To-Do List
# url: "InkHUD/Todo-List"
# - title: Web Flasher
# url: "flasher/"
#- title: Heltec V3
# url: "/heltec-v3"
- title: Contact Me
url: "contact"
# Point to the local theme directories
layouts_dir: _theme/_layouts
includes_dir: _theme/_includes
sass:
sass_dir: _theme/_sass