]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Added some content to intro page, renamed files for consistency
authorEvan Steinkerchner <esteinkerchner@gmail.com>
Sat, 23 Apr 2022 00:47:15 +0000 (20:47 -0400)
committerEvan Steinkerchner <esteinkerchner@gmail.com>
Sat, 23 Apr 2022 00:47:15 +0000 (20:47 -0400)
docs/custom_services.md [moved from docs/customservices.md with 100% similarity]
docs/index.md
docs/tips_and_tricks.md [moved from docs/tips-and-tricks.md with 100% similarity]
mkdocs.yml

index 460a340d78a77d87e60c1b59b6fda60501554945..8ae670a49d1edc0c099784a6978f622a2bb7f816 100644 (file)
@@ -1,8 +1,20 @@
 <img class="hero-image" src="images/screenshot.png" draggable="false" />
 
-Homer is web-based dashboard that simplifies your home page management. It is
-built with [Vue](https://vuejs.org/) and uses `yaml` configuration files to
-provide you with a home page that is dead simple to build and run!
+## High-level overview
+
+Homer is web-based dashboard that simplifies your home page management. Designed
+for home labs, corporate internal networks, and anyone looking to organize their
+web-based work. It is built with [Vue](https://vuejs.org/) and uses `yaml`
+configuration files to provide you with a home page that is dead simple to build
+and serve!
+
+## Ease of use & customizability
+
+[Get up and running](/getting_started) in seconds using Docker and customize to
+your hearts content using the long list of [configuration](/configuration)
+options available! Add links to all your relevant services and web apps,
+categorize them in groups, and in some cases,
+[get live status data](/custom_services) right there on your home page. Customize
+your home page with your own images and CSS to make it fit your style!
+
 
-Homer gives you the ability to customize content, styles, and even some behavior
-through a deep configuration system.
index a30e647240a241256e30334a40ef10c75aac44d9..6b123696c884d58698f5b9973b6c8811035dca74 100644 (file)
@@ -81,7 +81,7 @@ nav:
   - What is Homer: index.md
   - Getting started: getting_started.md
   - Configuration: configuration.md
-  - Custom services: customservices.md
-  - Tips & tricks: tips-and-tricks.md
+  - Custom services: custom_services.md
+  - Tips & tricks: tips_and_tricks.md
   - Development: development.md
   - Troubleshooting: troubleshooting.md