Skip to content

Commit c5d30f9

Browse files
committed
👽 Updates the initial, main config file
1 parent 481072f commit c5d30f9

File tree

1 file changed

+36
-22
lines changed

1 file changed

+36
-22
lines changed

public/conf.yml

+36-22
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,47 @@
11
---
2+
# Page meta info, like heading, footer text and nav links
23
pageInfo:
34
title: Dashy
5+
description: Welcome to your new dashboard!
46
navLinks:
5-
- title: Home
6-
path: /
7-
- title: About
8-
path: /about
9-
- title: Source Code
7+
- title: GitHub
108
path: https://github.com/Lissy93/dashy
9+
- title: Documentation
10+
path: https://dashy.to/docs
11+
12+
# Optional app settings and configuration
1113
appConfig:
1214
theme: colorful
13-
fontAwesomeKey: 0821c65656
15+
16+
# Main content - An array of sections, each containing an array of items
1417
sections:
1518
- name: Getting Started
19+
icon: fas fa-rocket
1620
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
3347

0 commit comments

Comments
 (0)