aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorTom Pansino <2768420+tpansino@users.noreply.github.com>2020-09-01 23:47:59 -0700
committerTom Pansino <2768420+tpansino@users.noreply.github.com>2020-09-01 23:47:59 -0700
commitfbe9338fd3a78141110530055c9b90a5958f845f (patch)
tree28903d9875cd07df41dd4c35eb8d7487a6bfbae6 /docs
parent7e5ad02248551770613339957640f38d50ce670f (diff)
parent83665e4f48e8db29d74a2e84b8befb6076c08665 (diff)
downloadhomer-fbe9338fd3a78141110530055c9b90a5958f845f.tar.gz
homer-fbe9338fd3a78141110530055c9b90a5958f845f.tar.zst
homer-fbe9338fd3a78141110530055c9b90a5958f845f.zip
Merge remote-tracking branch 'upstream/master' into feature/custom-card-colors
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md5
-rw-r--r--docs/tips-and-tricks.md4
2 files changed, 7 insertions, 2 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 9790751..a8c0619 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -26,6 +26,11 @@ connectivityCheck: true # whether you want to display a message when the apps ar
26# Optional theming 26# Optional theming
27theme: default # 'default' or one of the theme available in 'src/assets/themes'. 27theme: default # 'default' or one of the theme available in 'src/assets/themes'.
28 28
29# Optional custom stylesheet
30# Will load custom CSS files. Especially useful for custom icon sets.
31# stylesheet:
32# - "assets/custom.css"
33
29# Here is the exaustive list of customization parameters 34# Here is the exaustive list of customization parameters
30# However all value are optional and will fallback to default if not set. 35# However all value are optional and will fallback to default if not set.
31# if you want to change only some of the colors, feel free to remove all unused key. 36# if you want to change only some of the colors, feel free to remove all unused key.
diff --git a/docs/tips-and-tricks.md b/docs/tips-and-tricks.md
index fda670d..175c271 100644
--- a/docs/tips-and-tricks.md
+++ b/docs/tips-and-tricks.md
@@ -5,9 +5,9 @@ Here is a collection of neat tips and tricks that Homer users have come up with!
5## Use Homer as a custom "new tab" page 5## Use Homer as a custom "new tab" page
6#### `by @vosdev` 6#### `by @vosdev`
7 7
8This [extension](https://addons.mozilla.org/firefox/addon/custom-new-tab-page) allows you to have your homer dashboard in your new tab page, while leaving focus on the address bar meaning you can still type right away if you want to search or go to a page that is not on your homer dash. 8These extensions for [Firefox](https://addons.mozilla.org/firefox/addon/custom-new-tab-page) and [Chrome & Friends](https://chrome.google.com/webstore/detail/new-tab-changer/occbjkhimchkolibngmcefpjlbknggfh) allow you to have your homer dashboard in your new tab page, while leaving focus on the address bar meaning you can still type right away if you want to search or go to a page that is not on your homer dash.
9 9
10The extension loads Homer in an iframe on your new tab page, meaning you have to add `target: '_top'` to each of your items. 10The firefox extension loads Homer in an iframe on your new tab page, meaning you have to add `target: '_top'` to each of your items.
11 11
12```yaml 12```yaml
13- name: "Reddit" 13- name: "Reddit"