commit c965757e632a6f11d6230bbb181605a91796bc0b Author: admin Date: Tue Mar 31 01:27:14 2026 +0000 initial commit diff --git a/.stignore b/.stignore new file mode 100644 index 0000000..397b4a7 --- /dev/null +++ b/.stignore @@ -0,0 +1 @@ +*.log diff --git a/bookmarks.yaml b/bookmarks.yaml new file mode 100644 index 0000000..749332a --- /dev/null +++ b/bookmarks.yaml @@ -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 \ No newline at end of file diff --git a/custom.css b/custom.css new file mode 100644 index 0000000..5f1a8f0 --- /dev/null +++ b/custom.css @@ -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; +} \ No newline at end of file diff --git a/custom.js b/custom.js new file mode 100644 index 0000000..06d7405 Binary files /dev/null and b/custom.js differ diff --git a/docker.yaml b/docker.yaml new file mode 100644 index 0000000..2f4c4e3 --- /dev/null +++ b/docker.yaml @@ -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