diff --git a/README.md b/README.md index 4aa40f1e..8b3b80be 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
A static site linking to all running services for networking, management and monitoring
+Dashy helps you organise your self-hosted services, by making them all accessible from a single place
[](https://www.codacy.com/gh/Lissy93/dashy/dashboard) diff --git a/public/conf.yml b/public/conf.yml index f16749d8..99c1cd80 100644 --- a/public/conf.yml +++ b/public/conf.yml @@ -1,6 +1,6 @@ --- pageInfo: - title: Getting Started + title: Dashy navLinks: - title: Home path: / @@ -9,10 +9,10 @@ pageInfo: - title: Source Code path: https://github.com/Lissy93/dashy appConfig: - theme: material-dark + theme: colorful fontAwesomeKey: 0821c65656 sections: -- name: Dashy +- name: Getting Started items: - title: Source description: Source code and documentation on GitHub @@ -22,5 +22,12 @@ sections: description: View currently open issues, or raise a new one icon: fas fa-bug url: https://github.com/Lissy93/dashy/issues - + - title: Demo 1 + description: 'Live Demo #1' + icon: far fa-rocket + url: https://dashy-demo-1.netlify.app + - title: Demo 2 + description: 'Live Demo #2' + icon: fad fa-planet-ringed + url: https://dashy-demo-2.netlify.app diff --git a/public/favicon.ico b/public/favicon.ico index 51140678..638b826f 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/src/styles/color-themes.scss b/src/styles/color-themes.scss index f0ff4492..5db8fa4f 100644 --- a/src/styles/color-themes.scss +++ b/src/styles/color-themes.scss @@ -190,6 +190,7 @@ html[data-theme='colorful'] { .item:nth-child(6n) { color: #afeb5c; border: 1px solid #afeb5c; } .item:nth-child(7n) { color: #ebb75c; border: 1px solid #ebb75c; } .item:nth-child(8n) { color: #eb615c; border: 1px solid #eb615c; } + .tile-title span.text { transition: none; } .item:hover, .item:focus { opacity: 0.85; outline: none;