icon overhaul

This commit is contained in:
ducoterra
2020-05-20 19:43:40 -04:00
parent f5e708ecea
commit c7b6104ec6
11 changed files with 65 additions and 77 deletions

View File

@@ -1,34 +1,10 @@
---
# Homepage configuration
# See https://fontawesome.com/icons for icons options
title: "Reese's Homelab"
subtitle: "Duconet"
# logo: "assets/logo.png"
icon: "fas fa-database" # Optional icon
footer: false
# Optional message
# message:
# url: https://....
# style: "is-dark" # See https://bulma.io/documentation/components/message/#colors for styling options.
# title: "Demo !"
# content: "This is a dummy homepage demo. Find more information on github.com/bastienwirtz/homer"
# Optional navbar
# links: [] # Allows for navbar (dark mode, layout, and search) without any links
# links:
# - name: "ansible"
# icon: "fab fa-github"
# url: "https://github.com/bastienwirtz/homer"
# target: '_blank' # optionnal html a tag target attribute
# - name: "Wiki"
# icon: "fas fa-book"
# url: "https://www.wikipedia.org/"
# Services
# First level array represent a group.
# Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed).
links: [] # Allows for navbar (dark mode, layout, and search) without any links
services:
- name: "DevOps"
icon: "fas fa-code-branch"
@@ -47,7 +23,7 @@ services:
url: "https://nextcloud.ducoterra.net/"
target: '_blank'
- name: "Freenas"
logo: "assets/tools/freenas.jpeg"
logo: "assets/tools/freenas.png"
tag: "Storage"
url: "https://freenas.ducoterra.net/"
target: '_blank'
@@ -55,7 +31,7 @@ services:
icon: "fas fa-photo-video"
items:
- name: "Jellyfin"
logo: "assets/tools/jellyfin.png"
logo: "assets/tools/jellyfin.svg"
url: "https://jellyfin.ducoterra.net"
tag: "Entertainment"
target: '_blank'
@@ -63,7 +39,7 @@ services:
icon: "fas fa-heartbeat"
items:
- name: "Grafana"
logo: "assets/tools/grafana.png"
logo: "assets/tools/grafana.svg"
url: "https://grafana.ducoterra.net/"
tag: "Monitoring"
target: '_blank'
@@ -73,7 +49,7 @@ services:
tag: "Monitoring"
target: '_blank'
- name: "Zipkin"
logo: "assets/tools/zipkin.png"
logo: "assets/tools/zipkin.ico"
url: "https://zipkin.ducoterra.net/"
tag: "Monitoring"
target: '_blank'
@@ -86,7 +62,7 @@ services:
url: "https://unifi.ui.com"
target: '_blank'
- name: "Protect"
logo: assets/tools/protect.png
logo: assets/tools/protect.ico
tag: "Network"
url: "https://protect.ui.com/"
target: '_blank'
@@ -101,12 +77,20 @@ services:
url: "https://traefik-external.ducoterra.net/"
target: '_blank'
- name: "Pihole1"
logo: assets/tools/pihole.jpeg
logo: assets/tools/pihole.svg
tag: "Network"
url: "https://pihole1.ducoterra.net/"
url: "https://pihole1.ducoterra.net/admin/"
target: '_blank'
- name: "Pihole2"
logo: assets/tools/pihole.jpeg
logo: assets/tools/pihole.svg
tag: "Network"
url: "https://pihole2.ducoterra.net/"
url: "https://pihole2.ducoterra.net/admin/"
target: '_blank'
- name: "Tools"
icon: "fas fa-wrench"
items:
- name: "SVG Editor"
icon: "fas fa-icons"
tag: "Tools"
url: "https://svg-edit.github.io/svgedit/editor/svg-editor.html"
target: '_blank'