initial commit
This commit is contained in:
45
bookmarks.yaml
Normal file
45
bookmarks.yaml
Normal 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
14
custom.css
Normal 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;
|
||||||
|
}
|
||||||
10
docker.yaml
Normal file
10
docker.yaml
Normal 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
|
||||||
Reference in New Issue
Block a user