1
1
---
2
+ # Page meta info, like heading, footer text and nav links
2
3
pageInfo :
3
4
title : Dashy
5
+ description : Welcome to your new dashboard!
4
6
navLinks :
5
- - title : Home
6
- path : /
7
- - title : About
8
- path : /about
9
- - title : Source Code
7
+ - title : GitHub
10
8
path : https://github.com/Lissy93/dashy
9
+ - title : Documentation
10
+ path : https://dashy.to/docs
11
+
12
+ # Optional app settings and configuration
11
13
appConfig :
12
14
theme : colorful
13
- fontAwesomeKey : 0821c65656
15
+
16
+ # Main content - An array of sections, each containing an array of items
14
17
sections :
15
18
- name : Getting Started
19
+ icon : fas fa-rocket
16
20
items :
17
- - title : Source
18
- description : Source code and documentation on GitHub
19
- icon : fab fa-github
20
- url : https://github.com/Lissy93/dashy
21
- - title : Issues
22
- description : View currently open issues, or raise a new one
23
- icon : fas fa-bug
24
- url : https://github.com/Lissy93/dashy/issues
25
- - title : Demo 1
26
- description : ' Live Demo #1'
27
- icon : far fa-rocket
28
- url : https://dashy-demo-1.netlify.app
29
- - title : Demo 2
30
- description : ' Live Demo #2'
31
- icon : fad fa-planet-ringed
32
- url : https://dashy-demo-2.netlify.app
21
+ - title : Dashy Live
22
+ description : Development a project management links for Dashy
23
+ icon : https://i.ibb.co/qWWpD0v/astro-dab-128.png
24
+ url : https://live.dashy.to/
25
+ target : newtab
26
+ - title : GitHub
27
+ description : Source Code, Issues and Pull Requests
28
+ url : https://github.com/lissy93/dashy
29
+ icon : favicon
30
+ - title : Docs
31
+ description : Configuring & Usage Documentation
32
+ provider : Dashy.to
33
+ icon : far fa-book
34
+ url : https://dashy.to/docs
35
+ - title : Showcase
36
+ description : See how others are using Dashy
37
+ url : https://github.com/Lissy93/dashy/blob/master/docs/showcase.md
38
+ icon : far fa-grin-hearts
39
+ - title : Config Guide
40
+ description : See full list of configuration options
41
+ url : https://github.com/Lissy93/dashy/blob/master/docs/configuring.md
42
+ icon : fas fa-wrench
43
+ - title : Support
44
+ description : Get help with Dashy, raise a bug, or get in contact
45
+ url : https://github.com/Lissy93/dashy/blob/master/.github/SUPPORT.md
46
+ icon : far fa-hands-helping
33
47
0 commit comments