diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 52 |
1 files changed, 40 insertions, 12 deletions
@@ -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 | |
8 | A dead simple static **HOM**epage for your serv**ER** to keep your s | 8 | </h1> |
9 | ervices 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) |