mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-12-16 05:09:50 +01:00
Deps update & minor UI adjustments
This commit is contained in:
10
README.md
10
README.md
@@ -8,7 +8,7 @@ If you need authentication support, you're on your own (it can be secured using
|
||||
|
||||
**How to build / install it? Where is the webpack config?**
|
||||
There is no build system (😱), use it like that! It'meant to be stupid simple & zero maintenance required. just copy the static files somewhere, and visit the `index.html`.
|
||||
|
||||
|
||||
|
||||
## configuration
|
||||
|
||||
@@ -18,11 +18,13 @@ Title, icons, links, colors, and services can be configured in the `config.yml`
|
||||
```yaml
|
||||
---
|
||||
# Homepage configuration
|
||||
# See https://fontawesome.com/v4.7.0/icons/ for icons options
|
||||
# See https://fontawesome.com/icons for icons options
|
||||
|
||||
title: "Simple homepage"
|
||||
subtitle: "Homer"
|
||||
logo: "assets/homer.png"
|
||||
# Alternatively a fa icon can be provided:
|
||||
# icon: "fas fa-skull-crossbones"
|
||||
|
||||
# Optional message
|
||||
message:
|
||||
@@ -48,6 +50,8 @@ services:
|
||||
items:
|
||||
- name: "Jenkins"
|
||||
logo: "/assets/tools/jenkins.png"
|
||||
# Alternatively a fa icon can be provided:
|
||||
# icon: "fab fa-jenkins"
|
||||
subtitle: "Continuous integration server"
|
||||
tag: "CI"
|
||||
url: "#"
|
||||
@@ -79,4 +83,4 @@ services:
|
||||
tag: "CI"
|
||||
url: "#"
|
||||
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user