You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 🖼️ Option for full-screen background image, custom nav-bar links, html footer, title, etc.
81
81
- 🚀 Easy to setup with Docker, or on bare metal, or with 1-Click cloud deployment
82
82
- ⚙️ Easy single-file YAML-based configuration, and option to configure app through the UI
83
83
- ✨ Under active development with improvements and new features added regularly
84
84
- 🤏 Small bundle size, fully responsive UI and PWA for basic offline access
85
85
- 🆓 100% free and open source
86
86
- 🔐 Strong focus on privacy
87
-
- 🌈 Plus loads more...
87
+
- 🌈 And loads more...
88
88
89
89
## Demo ⚡
90
90
@@ -168,7 +168,7 @@ Dashy supports 1-Click deployments on several popular cloud platforms. To spin u
168
168
169
169
All of Dashy's configuration is specified in a single [YAML](https://yaml.org/) file, located at `./public/conf.yml`. You can find a complete list of available options in th [Configuring Docs](/docs/configuring.md). If you're using Docker, you'll probably want to pass this file in as a Docker volume (e.g. `-v /root/my-local-conf.yml:/app/public/conf.yml`).
170
170
171
-
The config can also be edited directly through the UI, with changes written to your conf.yml file. After making any modifications the app needs to be rebuilt, which will happen automatically or can be trigger with `yarn build` or directly through the UI.
171
+
The config can also be edited directly through the UI with changes written to your conf.yml file. After making any modifications the app needs to be rebuilt, which will happen automatically or can be trigger with `yarn build` or directly through the UI.
172
172
173
173
You can check that your config is valid and matches Dashy's [schema](https://github.com/Lissy93/dashy/blob/master/src/utils/ConfigSchema.json), by running: `yarn validate-config`.
174
174
@@ -188,7 +188,7 @@ Finally, you may find these [example config](https://gist.github.com/Lissy93/000
188
188
</a>
189
189
</p>
190
190
191
-
Dashy comes with a number of built-in themes, but it's also easy to make you're own. You can either use the color editor, or you're own custom CSS. All colors, and most other CSS properties are specified using CSS variables, which are [documented here](./docs/theming.md#css-variables), so customizing the look and feel of Dashy very easy. Learn more about adding your own theme in the [docs](https://github.com/Lissy93/dashy/blob/master/docs/theming.md#adding-your-own-theme).
191
+
Dashy comes with a number of built-in themes, but it's also easy to make your own. You can either use the color editor, or your own custom CSS. All colors, and most other CSS properties are specified using CSS variables, which are [documented here](./docs/theming.md#css-variables), thereby customizing the look and feel of Dashy. Learn more about adding your own theme in the [docs](https://github.com/Lissy93/dashy/blob/master/docs/theming.md#adding-your-own-theme).
0 commit comments