mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-12 13:50:04 +00:00
feat(modules): add homepage service
feat(resources): add homepage service config files and assets
This commit is contained in:
parent
7b2e828c8f
commit
580a65beb8
9 changed files with 171 additions and 0 deletions
30
resources/services/homepage/config/bookmarks.yaml
Normal file
30
resources/services/homepage/config/bookmarks.yaml
Normal file
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/en/configs/bookmarks
|
||||
|
||||
- IT:
|
||||
- Github:
|
||||
- abbr: GH
|
||||
href: https://github.com/
|
||||
- Codeberg:
|
||||
- icon: mdi-image-filter-hdr-outline
|
||||
href: https://codeberg.org/
|
||||
- Stackoverflow:
|
||||
- abbr: SO
|
||||
href: https://stackoverflow.com/
|
||||
|
||||
- Social:
|
||||
- Reddit:
|
||||
- abbr: RE
|
||||
href: https://reddit.com/
|
||||
- Whatsapp:
|
||||
- icon: mdi-chat-outline
|
||||
href: https://web.whatsapp.com/
|
||||
|
||||
- Fun:
|
||||
- YouTube:
|
||||
- icon: mdi-video-vintage
|
||||
href: https://youtube.com/
|
||||
- A-Dark-Room:
|
||||
- icon: mdi-campfire
|
||||
href: https://adarkroom.doublespeakgames.com/
|
Loading…
Add table
Add a link
Reference in a new issue