doc: add lemmy and dashboard icons links, cleanup

This commit is contained in:
Bastien Wirtz 2024-11-06 13:56:12 +01:00
parent aa8be8e576
commit f7cc9761e9
5 changed files with 51 additions and 22 deletions

View File

@ -17,9 +17,6 @@
<a href="https://opensource.org/licenses/Apache-2.0"><img <a href="https://opensource.org/licenses/Apache-2.0"><img
alt="License: Apache 2" alt="License: Apache 2"
src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"></a> src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"></a>
<a href="https://gitter.im/homer-dashboard/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge"><img
alt="Gitter chat"
src="https://badges.gitter.im/homer-dashboard/community.svg"></a>
<a href="https://github.com/bastienwirtz/homer/releases/latest/download/homer.zip"><img <a href="https://github.com/bastienwirtz/homer/releases/latest/download/homer.zip"><img
alt="Download homer static build" alt="Download homer static build"
src="https://img.shields.io/badge/Download-homer.zip-orange"></a> src="https://img.shields.io/badge/Download-homer.zip-orange"></a>
@ -58,10 +55,10 @@
- 📂 Multi pages & item grouping - 📂 Multi pages & item grouping
- 🎨 Theme customization - 🎨 Theme customization
- ⌨️ keyboard shortcuts: - ⌨️ keyboard shortcuts:
- `/` Start searching. - <kbd>/</kbd> Start searching.
- `Escape` Stop searching. - <kbd>Escape</kbd> Stop searching.
- `Enter` Open the first matching result (respects the bookmark's `_target` property). - <kbd>Enter</kbd> Open the first matching result (respects the bookmark's `_target` property).
- `Alt`/`Option` + `Enter` Open the first matching result in a new tab. - <kbd>Alt</kbd> (or <kbd>Option</kbd>) + <kbd>Enter</kbd> Open the first matching result in a new tab.
## Get started ## Get started

View File

@ -152,7 +152,7 @@ For Ping you need to set the type to Ping and provide a url. By default the HEAD
type: Ping type: Ping
logo: "assets/tools/sample.png" logo: "assets/tools/sample.png"
tag: "app" tag: "app"
url: "https://www.reddit.com/r/selfhosted/" url: "https://www.wikipedia.org/"
method: "head" method: "head"
subtitle: "Bookmark example" subtitle: "Bookmark example"
# showRtt: true # showRtt: true

View File

@ -2,6 +2,12 @@
Here is a collection of neat tips and tricks that Homer users have come up with! Here is a collection of neat tips and tricks that Homer users have come up with!
## Dashboard icons
Great source to find service icons
- <https://github.com/walkxcode/dashboard-icons>
## Use Homer as a custom "new tab" page ## Use Homer as a custom "new tab" page
#### `by @vosdev` #### `by @vosdev`

View File

@ -67,12 +67,18 @@ services:
subtitle: "Displays dynamic information or actions." subtitle: "Displays dynamic information or actions."
tag: "setup" tag: "setup"
url: "https://github.com/bastienwirtz/homer/blob/main/docs/theming.md" url: "https://github.com/bastienwirtz/homer/blob/main/docs/theming.md"
- name: "Dashboard icons"
icon: "fa-solid fa-icons"
subtitle: "Dashboard icons"
tag: "setup"
url: "https://github.com/walkxcode/dashboard-icons"
- name: "Buy me a coffee!" - name: "Buy me a coffee!"
subtitle: "Sponsor this project" subtitle: "Sponsor this project"
icon: "fa-solid fa-mug-hot" icon: "fa-solid fa-mug-hot"
url: "https://www.buymeacoffee.com/bastien" url: "https://www.buymeacoffee.com/bastien"
- name: "Smart cards showcase" - name: "Smart cards showcase"
icon: "fa-solid fa-brain" icon: "fa-solid fa-brain"
class: "highlight-purple"
items: items:
- name: "Octoprint" - name: "Octoprint"
logo: "https://cdn-icons-png.flaticon.com/512/3112/3112529.png" logo: "https://cdn-icons-png.flaticon.com/512/3112/3112529.png"
@ -102,13 +108,20 @@ services:
type: "OpenWeather" type: "OpenWeather"
- name: "Ressources" - name: "Ressources"
icon: "fa-regular fa-bookmark" icon: "fa-regular fa-bookmark"
class: highlight-inverted
items: items:
- name: "r/selfhosted" - name: "r/selfhosted"
icon: "fa-brands fa-reddit-alien" icon: "fa-brands fa-reddit-alien"
subtitle: "Bookmark example" subtitle: "selfhosted community on Reddit"
tag: "reddit" tag: "community"
url: "https://www.reddit.com/r/selfhosted/" url: "https://www.reddit.com/r/selfhosted/"
target: "_blank" target: "_blank"
- name: "c/selfhosted"
logo: "https://icons.iconarchive.com/icons/simpleicons-team/simple/256/lemmy-icon.png"
subtitle: "selfhosted community on Lemmy"
tag: "community"
url: "https://lemmy.world/c/selfhosted"
target: "_blank"
- name: "Awesome selfhosted" - name: "Awesome selfhosted"
icon: "fa-solid fa-star" icon: "fa-solid fa-star"
subtitle: "Another application" subtitle: "Another application"

View File

@ -74,15 +74,28 @@ services:
- name: "Applications" - name: "Applications"
icon: "fas fa-cloud" icon: "fas fa-cloud"
items: items:
- name: "Awesome app" - name: "Get started"
logo: "assets/tools/sample.png" icon: "fa-solid fa-download"
subtitle: "Bookmark example" subtitle: "Start using Homer in a few minutes"
tag: "app" tag: "setup"
keywords: "self hosted reddit" url: "https://github.com/bastienwirtz/homer?tab=readme-ov-file#getting-started"
url: "https://www.reddit.com/r/selfhosted/" - name: "Configuration"
target: "_blank" # optional html a tag target attribute icon: "fa-solid fa-sliders"
- name: "Another one" subtitle: "Configuration options documentation"
logo: "assets/tools/sample2.png" tag: "setup"
subtitle: "Another application" url: "https://github.com/bastienwirtz/homer/blob/main/docs/configuration.md"
tag: "app" - name: "Theming"
url: "#" icon: "fa-solid fa-palette"
subtitle: "Customize Homer appearance"
tag: "theming"
url: "https://github.com/bastienwirtz/homer/blob/main/docs/theming.md"
- name: "Smart cards"
icon: "fa-solid fa-palette"
subtitle: "Displays dynamic information or actions."
tag: "setup"
url: "https://github.com/bastienwirtz/homer/blob/main/docs/theming.md"
- name: "Dashboard icons"
icon: "fa-solid fa-icons"
subtitle: "Dashboard icons"
tag: "setup"
url: "https://github.com/walkxcode/dashboard-icons"