initial commit

This commit is contained in:
2026-03-31 01:27:14 +00:00
commit c965757e63
5 changed files with 70 additions and 0 deletions

1
.stignore Normal file
View File

@@ -0,0 +1 @@
*.log

45
bookmarks.yaml Normal file
View File

@@ -0,0 +1,45 @@
---
# Social Media
- Social Media:
- Mastodon:
- abbr: M
href: https://mastodon.social/@spacegoblins
icon: mastodon.png
# Email
- Email:
- Gmail:
- abbr: GM
href: https://mail.google.com/mail/u/0/#inbox
icon: gmail.png
- Proton Mail:
- abbr: PM
href: https://mail.proton.me/u/1/inbox
icon: proton-mail.png
# Development
- Dev:
- GitHub:
- abbr: GH
href: https://github.com/spacegoblins
icon: github.png
- Mozilla Add-ons:
- abbr: MZ
href: https://addons.mozilla.org/en-US/developers/addons
icon: firefox.png
- Kan.bn:
- abbr: KB
href: https://kan.bn/boards
icon: mdi-cards-#E6EBED
# Network Devices
- Other Devices:
- js-raspi:
- abbr: RP
href: https://192.168.0.38:9090/system
icon: raspberry-pi.png
- TP-Link AX3000:
- abbr: TP
href: http://192.168.0.1
icon: tp-link.png

14
custom.css Normal file
View File

@@ -0,0 +1,14 @@
/* Target both html and body to be safe, and use !important */
html, body {
background: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%) !important;
background-attachment: fixed !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}
/* Homepage often applies background colors to the main layout div.
This makes that container transparent so your gradient shows through. */
#main-layout, .layout, #__next {
background-color: transparent !important;
background-image: none !important;
}

BIN
custom.js Normal file

Binary file not shown.

10
docker.yaml Normal file
View File

@@ -0,0 +1,10 @@
---
# For configuration options and examples, please see:
# https://gethomepage.dev/configs/docker/
# my-docker:
# host: 127.0.0.1
# port: 2375
# my-docker:
# socket: /var/run/docker.sock