👽 Updates the initial, main config file

This commit is contained in:
Alicia Sykes 2021-10-10 21:18:17 +01:00
parent 481072f0cb
commit c5d30f9d7d
1 changed files with 36 additions and 22 deletions

View File

@ -1,33 +1,47 @@
--- ---
# Page meta info, like heading, footer text and nav links
pageInfo: pageInfo:
title: Dashy title: Dashy
description: Welcome to your new dashboard!
navLinks: navLinks:
- title: Home - title: GitHub
path: /
- title: About
path: /about
- title: Source Code
path: https://github.com/Lissy93/dashy path: https://github.com/Lissy93/dashy
- title: Documentation
path: https://dashy.to/docs
# Optional app settings and configuration
appConfig: appConfig:
theme: colorful theme: colorful
fontAwesomeKey: 0821c65656
# Main content - An array of sections, each containing an array of items
sections: sections:
- name: Getting Started - name: Getting Started
icon: fas fa-rocket
items: items:
- title: Source - title: Dashy Live
description: Source code and documentation on GitHub description: Development a project management links for Dashy
icon: fab fa-github icon: https://i.ibb.co/qWWpD0v/astro-dab-128.png
url: https://github.com/Lissy93/dashy url: https://live.dashy.to/
- title: Issues target: newtab
description: View currently open issues, or raise a new one - title: GitHub
icon: fas fa-bug description: Source Code, Issues and Pull Requests
url: https://github.com/Lissy93/dashy/issues url: https://github.com/lissy93/dashy
- title: Demo 1 icon: favicon
description: 'Live Demo #1' - title: Docs
icon: far fa-rocket description: Configuring & Usage Documentation
url: https://dashy-demo-1.netlify.app provider: Dashy.to
- title: Demo 2 icon: far fa-book
description: 'Live Demo #2' url: https://dashy.to/docs
icon: fad fa-planet-ringed - title: Showcase
url: https://dashy-demo-2.netlify.app description: See how others are using Dashy
url: https://github.com/Lissy93/dashy/blob/master/docs/showcase.md
icon: far fa-grin-hearts
- title: Config Guide
description: See full list of configuration options
url: https://github.com/Lissy93/dashy/blob/master/docs/configuring.md
icon: fas fa-wrench
- title: Support
description: Get help with Dashy, raise a bug, or get in contact
url: https://github.com/Lissy93/dashy/blob/master/.github/SUPPORT.md
icon: far fa-hands-helping