diff options
author | Evan Steinkerchner <esteinkerchner@gmail.com> | 2022-04-22 20:47:15 -0400 |
---|---|---|
committer | Evan Steinkerchner <esteinkerchner@gmail.com> | 2022-04-22 20:47:15 -0400 |
commit | a2f2e527fbee0fb2bcf3e0d7ae0654c737979352 (patch) | |
tree | d2b34f2fbb9d13505c40ae90c700f2efd7c0ec7e | |
parent | 5e9a19861da6a9fe4e9f9339dcfa1ee8373ee61b (diff) | |
download | homer-a2f2e527fbee0fb2bcf3e0d7ae0654c737979352.tar.gz homer-a2f2e527fbee0fb2bcf3e0d7ae0654c737979352.tar.zst homer-a2f2e527fbee0fb2bcf3e0d7ae0654c737979352.zip |
Added some content to intro page, renamed files for consistency
-rw-r--r-- | docs/custom_services.md (renamed from docs/customservices.md) | 0 | ||||
-rw-r--r-- | docs/index.md | 22 | ||||
-rw-r--r-- | docs/tips_and_tricks.md (renamed from docs/tips-and-tricks.md) | 0 | ||||
-rw-r--r-- | mkdocs.yml | 4 |
4 files changed, 19 insertions, 7 deletions
diff --git a/docs/customservices.md b/docs/custom_services.md index cb68e1d..cb68e1d 100644 --- a/docs/customservices.md +++ b/docs/custom_services.md | |||
diff --git a/docs/index.md b/docs/index.md index 460a340..8ae670a 100644 --- a/docs/index.md +++ b/docs/index.md | |||
@@ -1,8 +1,20 @@ | |||
1 | <img class="hero-image" src="images/screenshot.png" draggable="false" /> | 1 | <img class="hero-image" src="images/screenshot.png" draggable="false" /> |
2 | 2 | ||
3 | Homer is web-based dashboard that simplifies your home page management. It is | 3 | ## High-level overview |
4 | built with [Vue](https://vuejs.org/) and uses `yaml` configuration files to | 4 | |
5 | provide you with a home page that is dead simple to build and run! | 5 | Homer is web-based dashboard that simplifies your home page management. Designed |
6 | for home labs, corporate internal networks, and anyone looking to organize their | ||
7 | web-based work. It is built with [Vue](https://vuejs.org/) and uses `yaml` | ||
8 | configuration files to provide you with a home page that is dead simple to build | ||
9 | and serve! | ||
10 | |||
11 | ## Ease of use & customizability | ||
12 | |||
13 | [Get up and running](/getting_started) in seconds using Docker and customize to | ||
14 | your hearts content using the long list of [configuration](/configuration) | ||
15 | options available! Add links to all your relevant services and web apps, | ||
16 | categorize them in groups, and in some cases, | ||
17 | [get live status data](/custom_services) right there on your home page. Customize | ||
18 | your home page with your own images and CSS to make it fit your style! | ||
19 | |||
6 | 20 | ||
7 | Homer gives you the ability to customize content, styles, and even some behavior | ||
8 | through a deep configuration system. | ||
diff --git a/docs/tips-and-tricks.md b/docs/tips_and_tricks.md index 6f1b995..6f1b995 100644 --- a/docs/tips-and-tricks.md +++ b/docs/tips_and_tricks.md | |||
@@ -81,7 +81,7 @@ nav: | |||
81 | - What is Homer: index.md | 81 | - What is Homer: index.md |
82 | - Getting started: getting_started.md | 82 | - Getting started: getting_started.md |
83 | - Configuration: configuration.md | 83 | - Configuration: configuration.md |
84 | - Custom services: customservices.md | 84 | - Custom services: custom_services.md |
85 | - Tips & tricks: tips-and-tricks.md | 85 | - Tips & tricks: tips_and_tricks.md |
86 | - Development: development.md | 86 | - Development: development.md |
87 | - Troubleshooting: troubleshooting.md | 87 | - Troubleshooting: troubleshooting.md |