-
-
Notifications
You must be signed in to change notification settings - Fork 819
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
Showing
22 changed files
with
2,658 additions
and
1,775 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
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
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
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
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 |
---|---|---|
@@ -1,35 +1,35 @@ | ||
{ | ||
"name": "homer", | ||
"version": "20.06.1", | ||
"version": "21.09.1", | ||
"license": "Apache-2.0", | ||
"scripts": { | ||
"serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build", | ||
"lint": "vue-cli-service lint" | ||
}, | ||
"dependencies": { | ||
"@fortawesome/fontawesome-free": "^5.15.1", | ||
"bulma": "^0.9.1", | ||
"core-js": "^3.8.1", | ||
"js-yaml": "^3.14.1", | ||
"@fortawesome/fontawesome-free": "^5.15.4", | ||
"bulma": "^0.9.3", | ||
"core-js": "^3.17.3", | ||
"js-yaml": "^4.1.0", | ||
"lodash.merge": "^4.6.2", | ||
"register-service-worker": "^1.7.2", | ||
"vue": "^2.6.12" | ||
"vue": "^2.6.14" | ||
}, | ||
"devDependencies": { | ||
"@vue/cli-plugin-babel": "~4.5.9", | ||
"@vue/cli-plugin-eslint": "~4.5.9", | ||
"@vue/cli-plugin-pwa": "~4.5.9", | ||
"@vue/cli-service": "~4.5.9", | ||
"@vue/cli-plugin-babel": "~4.5.0", | ||
"@vue/cli-plugin-eslint": "~4.5.0", | ||
"@vue/cli-plugin-pwa": "~4.5.0", | ||
"@vue/cli-service": "~4.5.0", | ||
"@vue/eslint-config-prettier": "^6.0.0", | ||
"babel-eslint": "^10.1.0", | ||
"eslint": "^7.16.0", | ||
"eslint-plugin-prettier": "^3.3.0", | ||
"eslint-plugin-vue": "^7.3.0", | ||
"eslint": "^6.7.2", | ||
"eslint-plugin-prettier": "^3.3.1", | ||
"eslint-plugin-vue": "^6.2.2", | ||
"prettier": "^2.2.1", | ||
"raw-loader": "^4.0.2", | ||
"sass": "^1.30.0", | ||
"sass-loader": "^10.1.0", | ||
"sass": "^1.26.5", | ||
"sass-loader": "^8.0.2", | ||
"vue-template-compiler": "^2.6.12" | ||
} | ||
} |
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 @@ | ||
--- | ||
# Additionnal page configuration | ||
|
||
# Additionnal 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" |
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
Oops, something went wrong.