-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
48 lines (47 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
title: Capsicum
description: 🫑 A retrofitted wired audio doorbell with added WiFi connectivity 🔔
reasoning: Named after the bell pepper, also known as capsicum, for its playful nod to the 'bell' in doorbell.
url: "https://hutscape.com/capsicum"
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/capsicum
raw_content_url: https://github.com/hutscape/capsicum/blob/main
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"
]
include: ["_data"]
collections:
code:
output: true
permalink: /code/:name
project:
power: 16340
wireless: WiFi
mcu: ESP32-C3
status: ongoing
started: Oct 2023