-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path_config.yml
More file actions
57 lines (54 loc) · 1.13 KB
/
_config.yml
File metadata and controls
57 lines (54 loc) · 1.13 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
52
53
54
55
56
57
title: Oak
description: 🌳 An outdoor LoRa-GPS tracker with an E-Ink display 🔑
reasoning: Reflecting the strength and dependability of the mighty oak, ideal for a robust outdoor tracking device.
url: "https://hutscape.com/oak"
parent: "https://hutscape.com"
markdown: kramdown
permalink: /:title
youtube: https://youtube.com/@sayanee
paypal: https://www.paypal.com/ncp/payment/4JU23HRF65P66
github:
repository_url: https://github.com/hutscape/oak
raw_content_url: https://github.com/hutscape/oak/tree/master
exclude: [
"datasheets",
"Gemfile",
"Gemfile.lock",
"contributing.md",
"*Makefile",
"readme.md",
"scripts",
"firmware",
"*.h",
"*.ino",
"*.bin",
"*.elf",
"*.map",
"*.kicad*",
"pcb/fp-*",
"pcb/sym-lib-table",
"pcb/library",
"*.FCStd",
"*.stl",
"*.FCBak",
"*-backups",
"references",
"_code/**/*",
]
include: ["_data"]
collections:
code:
output: true
permalink: /code/:name
project:
power: 18650
wireless: LoRa,
sensor: GPS, E-Ink
mcu: SAMD21G18
bom-uniq: 30
bom-total: 82
bom-cost-sgd: 105.7
bom-cost-usd: 78.93
vendors: 6
status: completed
completion: July 2022