From 8b9ec8465f061e02c1d2babf957e7de65c82396c Mon Sep 17 00:00:00 2001 From: Wurzelmann Date: Fri, 11 Feb 2022 11:44:32 +0100 Subject: fixed typos: "Additionnal" -> "Additional" Fixed all occurrences of typo "Additionnal" (including file name) --- public/assets/additional-page.yml.dist | 35 +++++++++++++++++++++++++++++++++ public/assets/additionnal-page.yml.dist | 35 --------------------------------- 2 files changed, 35 insertions(+), 35 deletions(-) create mode 100644 public/assets/additional-page.yml.dist delete mode 100644 public/assets/additionnal-page.yml.dist diff --git a/public/assets/additional-page.yml.dist b/public/assets/additional-page.yml.dist new file mode 100644 index 0000000..5d377ee --- /dev/null +++ b/public/assets/additional-page.yml.dist @@ -0,0 +1,35 @@ +--- +# Additional page configuration + +# Additional configurations are loaded using its file name, minus the extension, as an anchor (https://#). +# `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" diff --git a/public/assets/additionnal-page.yml.dist b/public/assets/additionnal-page.yml.dist deleted file mode 100644 index f918dc1..0000000 --- a/public/assets/additionnal-page.yml.dist +++ /dev/null @@ -1,35 +0,0 @@ ---- -# Additionnal page configuration - -# Additionnal configurations are loaded using its file name, minus the extension, as an anchor (https://#). -# `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" -- cgit v1.2.3