aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2020-06-28 21:42:07 -0700
committerBastien Wirtz <bastien.wirtz@gmail.com>2020-06-28 21:42:07 -0700
commita9aed9f9e2e65aa81782f736f10cc1d189858468 (patch)
tree736561fe334520c993b7c08d5e64da013db32f52
parent7ef65940eef485d77ae5e7eb4bb6fbb1e431dd71 (diff)
downloadhomer-a9aed9f9e2e65aa81782f736f10cc1d189858468.tar.gz
homer-a9aed9f9e2e65aa81782f736f10cc1d189858468.tar.zst
homer-a9aed9f9e2e65aa81782f736f10cc1d189858468.zip
Modernize readmev20.06.1
-rw-r--r--.gitignore2
-rw-r--r--README.md52
2 files changed, 41 insertions, 13 deletions
diff --git a/.gitignore b/.gitignore
index 26547c2..7c7348f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,4 +21,4 @@ yarn-error.log*
21*.sw? 21*.sw?
22 22
23# App configuration 23# App configuration
24public/config.yml 24config.yml \ No newline at end of file
diff --git a/README.md b/README.md
index eede663..170b9d7 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,43 @@
1# Homer 1<h1 align="center">
2[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) 2 <img
3[![Contribution Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com) 3 width="180"
4[![Gitter](https://badges.gitter.im/homer-dashboard/community.svg)](https://gitter.im/homer-dashboard/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) 4 alt="Homer's donut"
5[![Dowload](https://img.shields.io/badge/Dowload-homer.zip-orange)](https://github.com/bastienwirtz/homer/releases/latest/download/homer.zip) 5 src="https://raw.githubusercontent.com//bastienwirtz/homer/master/public/logo.png">
6[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/awesome-selfhosted/awesome-selfhosted) 6 <br/>
7 7 Homer
8A dead simple static **HOM**epage for your serv**ER** to keep your s 8</h1>
9ervices on hand, from a simple `yaml` configuration file. 9
10 10<h4 align="center">
11## [Live demo](https://homer-demo.netlify.app) • [Chat](https://gitter.im/homer-dashboard/community) 11 A dead simple static <strong>HOM</strong>epage for your serv<strong>ER</strong> to keep your services on hand, from a simple `yaml` configuration file.
12![screenshot](https://raw.github.com/bastienwirtz/homer/master/docs/screenshot.png) 12</h4>
13
14<p align="center">
15 <strong>
16 <a href="https://homer-demo.netlify.app">Demo</a>
17
18 <a href="https://gitter.im/homer-dashboard/community">Chat</a>
19
20 <a href="#getting-started">Getting started</a>
21 </strong>
22</p>
23<p align="center">
24 <a href="https://opensource.org/licenses/Apache-2.0"><img
25 alt="License: Apache 2"
26 src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"></a>
27 <a href="https://gitter.im/homer-dashboard/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge"><img
28 alt="Gitter chat"
29 src="https://badges.gitter.im/homer-dashboard/community.svg"></a>
30 <a href="https://github.com/bastienwirtz/homer/releases/latest/download/homer.zip"><img
31 alt="Download homer static build"
32 src="https://img.shields.io/badge/Download-homer.zip-orange"></a>
33 <a href="https://github.com/awesome-selfhosted/awesome-selfhosted"><img
34 alt="Awesome"
35 src="https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg"></a>
36</p>
37
38<p align="center">
39 <img src="https://raw.github.com/bastienwirtz/homer/master/docs/screenshot.png">
40</p>
13 41
14## Table of Contents 42## Table of Contents
15- [Features](#features) 43- [Features](#features)