Skip to content

Commit 4435394

Browse files
theyoshgithub-actions[bot]
authored andcommitted
New Svelte GUI build
1 parent 934b23b commit 4435394

File tree

135 files changed

+561
-526
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+561
-526
lines changed

docs/_config.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ description: >- # used by seo meta and the atom feed
2424
2525
# Fill in the protocol & hostname for your site.
2626
# e.g. 'https://username.github.io', note that it does not end with a '/'.
27-
url: 'https://theyosh.github.io'
27+
url: "https://theyosh.github.io"
2828

2929
feed:
3030
disable_in_development: true
@@ -156,7 +156,7 @@ pwa:
156156
paginate: 6
157157

158158
# The base URL of your site
159-
baseurl: '/TerrariumPI'
159+
baseurl: "/TerrariumPI"
160160

161161
target-blank:
162162
add_css_classes: external
@@ -172,7 +172,7 @@ plugins:
172172
# ------------ The following options are not recommended to be modified ------------------
173173

174174
kramdown:
175-
footnote_backlink: '↩︎'
175+
footnote_backlink: "↩︎"
176176
syntax_highlighter: rouge
177177
syntax_highlighter_opts: # Rouge Options › https://github.com/jneen/rouge#full-options
178178
css_class: highlight
@@ -197,7 +197,7 @@ collections:
197197

198198
defaults:
199199
- scope:
200-
path: '' # An empty string here means all files in the project
200+
path: "" # An empty string here means all files in the project
201201
type: posts
202202
values:
203203
layout: post
@@ -213,7 +213,7 @@ defaults:
213213
values:
214214
comments: false
215215
- scope:
216-
path: ''
216+
path: ""
217217
type: tabs # see `site.collections`
218218
values:
219219
layout: post
@@ -224,7 +224,7 @@ defaults:
224224
width: 100%
225225
height: auto
226226
- scope:
227-
path: ''
227+
path: ""
228228
type: hardware
229229
values:
230230
layout: post
@@ -235,7 +235,7 @@ defaults:
235235
width: 75%
236236
height: auto
237237
- scope:
238-
path: ''
238+
path: ""
239239
type: faq
240240
values:
241241
layout: faq
@@ -258,7 +258,7 @@ defaults:
258258
values:
259259
swcache: true
260260
- scope:
261-
path: 'assets/img'
261+
path: "assets/img"
262262
values:
263263
image: true
264264

@@ -278,13 +278,13 @@ compress_html:
278278
envs: [development]
279279

280280
exclude:
281-
- '*.gem'
282-
- '*.gemspec'
281+
- "*.gem"
282+
- "*.gemspec"
283283
- docs
284284
- tools
285285
- README.md
286286
- LICENSE
287-
- '*.config.js'
287+
- "*.config.js"
288288
- package*.json
289289

290290
jekyll-archives:

docs/_data/contact.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
# The contact options.
22

33
- type: github
4-
icon: 'fab fa-github'
4+
icon: "fab fa-github"
55

66
#- type: twitter
77
# icon: "fab fa-twitter"
88

99
- type: email
10-
icon: 'fas fa-envelope'
10+
icon: "fas fa-envelope"
1111
noblank: true # open link in current tab
1212

1313
- type: rss
14-
icon: 'fas fa-rss'
14+
icon: "fas fa-rss"
1515
noblank: true
1616
# Uncomment and complete the url below to enable more contact options
1717
#
1818
- type: mastodon
19-
icon: 'fab fa-mastodon' # icons powered by <https://fontawesome.com/>
20-
url: 'https://mastodon.theyosh.nl/@theyosh' # Fill with your Mastodon account page, rel="me" will be applied for verification
19+
icon: "fab fa-mastodon" # icons powered by <https://fontawesome.com/>
20+
url: "https://mastodon.theyosh.nl/@theyosh" # Fill with your Mastodon account page, rel="me" will be applied for verification
2121
#
2222
- type: linkedin
23-
icon: 'fab fa-linkedin' # icons powered by <https://fontawesome.com/>
24-
url: 'https://www.linkedin.com/in/theyosh' # Fill with your Linkedin homepage
23+
icon: "fab fa-linkedin" # icons powered by <https://fontawesome.com/>
24+
url: "https://www.linkedin.com/in/theyosh" # Fill with your Linkedin homepage
2525
#
2626
# - type: stack-overflow
2727
# icon: 'fab fa-stack-overflow'

docs/_data/locales/en.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ panel:
2929

3030
# The liquid date format › http://strftime.net/
3131
date_format:
32-
tooltip: '%a, %b %e, %Y, %l:%M %p %z'
32+
tooltip: "%a, %b %e, %Y, %l:%M %p %z"
3333
post:
34-
long: '%b %e, %Y'
35-
short: '%b %e'
36-
archive_month: '%b'
34+
long: "%b %e, %Y"
35+
short: "%b %e"
36+
archive_month: "%b"
3737

3838
copyright:
3939
# Shown at the bottom of the post
@@ -59,7 +59,7 @@ not_found:
5959
# ----- Posts related labels -----
6060

6161
post:
62-
published: 'on'
62+
published: "on"
6363
updated: Updated
6464
timeago:
6565
day: d ago

docs/_data/share.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,34 @@
33

44
platforms:
55
- type: Twitter
6-
icon: 'fab fa-twitter'
7-
link: 'https://twitter.com/intent/tweet?text=TITLE&url=URL'
6+
icon: "fab fa-twitter"
7+
link: "https://twitter.com/intent/tweet?text=TITLE&url=URL"
88
- type: Facebook
9-
icon: 'fab fa-facebook-square'
10-
link: 'https://www.facebook.com/sharer/sharer.php?title=TITLE&u=URL'
9+
icon: "fab fa-facebook-square"
10+
link: "https://www.facebook.com/sharer/sharer.php?title=TITLE&u=URL"
1111
- type: Telegram
12-
icon: 'fab fa-telegram'
13-
link: 'https://telegram.me/share?text=TITLE&url=URL'
12+
icon: "fab fa-telegram"
13+
link: "https://telegram.me/share?text=TITLE&url=URL"
1414

1515
# Uncomment below if you need to.
1616
- type: Linkedin
17-
icon: 'fab fa-linkedin'
18-
link: 'https://www.linkedin.com/sharing/share-offsite/?url=URL'
17+
icon: "fab fa-linkedin"
18+
link: "https://www.linkedin.com/sharing/share-offsite/?url=URL"
1919
#
2020
# -
2121
# type: Weibo
2222
# icon: "fab fa-weibo"
2323
# link: "http://service.weibo.com/share/share.php?title=TITLE&url=URL"
2424

2525
- type: Mastodon
26-
icon: 'fa-brands fa-mastodon'
26+
icon: "fa-brands fa-mastodon"
2727
# See: https://github.com/justinribeiro/share-to-mastodon#properties
2828
instances:
2929
- label: mastodon.social
30-
link: 'https://mastodon.social/'
30+
link: "https://mastodon.social/"
3131
- label: mastodon.online
32-
link: 'https://mastodon.online/'
32+
link: "https://mastodon.online/"
3333
- label: fosstodon.org
34-
link: 'https://fosstodon.org/'
34+
link: "https://fosstodon.org/"
3535
- label: photog.social
36-
link: 'https://photog.social/'
36+
link: "https://photog.social/"

docs/_faq/malformed_database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'sqlite3.DatabaseError: database disk image is malformed'
2+
title: "sqlite3.DatabaseError: database disk image is malformed"
33
categories: [Website, FAQ]
44
tags: [database, malformed]
55
---

docs/_hardware/1-wire_sensor.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ tags: [sensor, 1-wire, waterproof, temperature, humidity]
66
image:
77
path: /assets/img/1-Wire.webp
88
src: /assets/img/1-Wire.webp
9-
alt: '1-Wire header image'
9+
alt: "1-Wire header image"
1010

1111
device_types: [temperature, humidity]
1212
device_address:
13-
'Enter the symlink folder name that are available at `/sys/bus/w1/devices/`<br
14-
/>Ex: `28-0115b231f3ff`'
13+
"Enter the symlink folder name that are available at `/sys/bus/w1/devices/`<br
14+
/>Ex: `28-0115b231f3ff`"
1515
device_auto_detect: true
1616
device_url: https://pinout.xyz/pinout/1_wire
1717
---

docs/_hardware/4relay-stack_relay.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ tags: [relay, i2c, 4relay]
66
image:
77
path: /assets/img/4relay-stack.webp
88
src: /assets/img/4relay-stack.webp
9-
alt: 'Sequent Microsystems 4 Relay Card header image'
9+
alt: "Sequent Microsystems 4 Relay Card header image"
1010

1111
device_address:
12-
'Enter the relay number from 1 - 4. Optional add the stack level number.
13-
Default 0.<br />`1,2`'
12+
"Enter the relay number from 1 - 4. Optional add the stack level number.
13+
Default 0.<br />`1,2`"
1414
device_auto_detect: false
1515
device_url: https://github.com/SequentMicrosystems/4relay-rpi
1616
---

docs/_hardware/4relay-stack_v4.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ tags: [relay, i2c, 4relay]
66
image:
77
path: /assets/img/4relay-stack_v4.webp
88
src: /assets/img/4relay-stack_v4.webp
9-
alt: 'Sequent Microsystems 4 Relay Card Ver. 4 header image'
9+
alt: "Sequent Microsystems 4 Relay Card Ver. 4 header image"
1010

1111
device_address:
12-
'Enter the relay number from 1 - 4. Optional add the stack level number.
13-
Default 0.<br />`1,2`'
12+
"Enter the relay number from 1 - 4. Optional add the stack level number.
13+
Default 0.<br />`1,2`"
1414
device_auto_detect: false
1515
device_url: https://github.com/SequentMicrosystems/4relind-rpi
1616
---

docs/_hardware/8relay-stack_relay.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ tags: [relay, i2c, 8relay]
66
image:
77
path: /assets/img/8relay-stack_v1v2.webp
88
src: /assets/img/8relay-stack_v1v2.webp
9-
alt: 'Sequent Microsystems 8 Relay Card Ver. 1 - 2 header image'
9+
alt: "Sequent Microsystems 8 Relay Card Ver. 1 - 2 header image"
1010

1111
device_address:
12-
'Enter the relay number from 1 - 8. Optional add the stack level number.
13-
Default 0.<br />`1,2`'
12+
"Enter the relay number from 1 - 8. Optional add the stack level number.
13+
Default 0.<br />`1,2`"
1414
device_auto_detect: false
1515
device_url: https://github.com/SequentMicrosystems/relay8-rpi
1616
---

docs/_hardware/8relay-stack_v3_relay.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ tags: [relay, i2c, 8relay]
66
image:
77
path: /assets/img/8relay-stack_v3.webp
88
src: /assets/img/8relay-stack_v3.webp
9-
alt: 'Sequent Microsystems 8 Relay Card Ver. 3 header image'
9+
alt: "Sequent Microsystems 8 Relay Card Ver. 3 header image"
1010

1111
device_address:
12-
'Enter the relay number from 1 - 8. Optional add the stack level number.
13-
Default 0.<br />`1,2`'
12+
"Enter the relay number from 1 - 8. Optional add the stack level number.
13+
Default 0.<br />`1,2`"
1414
device_auto_detect: false
1515
device_url: https://github.com/SequentMicrosystems/8relay-rpi
1616
---

0 commit comments

Comments
 (0)