-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit ca687a3
Showing
104 changed files
with
3,231 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
nix.ug |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
# Additional page configuration | ||
|
||
# Additional configurations are loaded using its file name, minus the extension, as an anchor (https://<mydashboad>#<config>). | ||
# `config.yml` is still used as a base configuration, and all values here will overwrite it, so you don't have to re-defined everything | ||
|
||
|
||
subtitle: "this is another dashboard page" | ||
|
||
# This overwrites message config. Setting it to empty to remove message from this page and keep it only in the main one: | ||
message: ~ | ||
|
||
# as we want to include a differente link here (so we can get back to home page), we need to replicate all links or they will be revome when overwriting the links field: | ||
links: | ||
- name: "Home" | ||
icon: "fas fa-home" | ||
url: "#" | ||
- name: "Contribute" | ||
icon: "fab fa-github" | ||
url: "https://github.com/bastienwirtz/homer" | ||
target: "_blank" # optional html a tag target attribute | ||
- name: "Wiki" | ||
icon: "fas fa-book" | ||
url: "https://www.wikipedia.org/" | ||
|
||
services: | ||
- name: "More applications on another page!" | ||
icon: "fas fa-cloud" | ||
items: | ||
- name: "Awesome app on a second page!" | ||
logo: "assets/tools/sample.png" | ||
subtitle: "Bookmark example" | ||
tag: "app" | ||
url: "https://www.reddit.com/r/selfhosted/" | ||
target: "_blank" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.