eienmojiki commited on
Commit
9108276
1 Parent(s): 1a742b1

Update conf.yml

Browse files
Files changed (1) hide show
  1. conf.yml +5 -28
conf.yml CHANGED
@@ -1,4 +1,5 @@
1
  ---
 
2
  pageInfo:
3
  title: Dashy
4
  description: Welcome to your new dashboard!
@@ -7,40 +8,16 @@ pageInfo:
7
  path: https://github.com/Lissy93/dashy
8
  - title: Documentation
9
  path: https://dashy.to/docs
 
 
10
  appConfig:
11
  theme: colorful
12
- layout: auto
13
- iconSize: medium
14
  sections:
15
  - name: Getting Started
16
  icon: fas fa-rocket
17
  items:
18
- - title: Dashy Live
19
- description: Development a project management links for Dashy
20
- icon: https://i.ibb.co/qWWpD0v/astro-dab-128.png
21
- url: https://live.dashy.to/
22
- target: newtab
23
- - title: GitHub
24
- description: Source Code, Issues and Pull Requests
25
- url: https://github.com/lissy93/dashy
26
- icon: favicon
27
- - title: Docs
28
- description: Configuring & Usage Documentation
29
- provider: Dashy.to
30
- icon: far fa-book
31
- url: https://dashy.to/docs
32
- description: See how others are using Dashy
33
- url: https://github.com/Lissy93/dashy/blob/master/docs/showcase.md
34
- icon: far fa-grin-hearts
35
- - title: Config Guide
36
- description: See full list of configuration options
37
- url: https://github.com/Lissy93/dashy/blob/master/docs/configuring.md
38
- icon: fas fa-wrench
39
- - title: Support
40
- description: Get help with Dashy, raise a bug, or get in contact
41
- url: https://github.com/Lissy93/dashy/blob/master/.github/SUPPORT.md
42
- icon: far fa-hands-helping
43
- filteredItems:
44
  - title: Dashy Live
45
  description: Development a project management links for Dashy
46
  icon: https://i.ibb.co/qWWpD0v/astro-dab-128.png
 
1
  ---
2
+ # Page meta info, like heading, footer text and nav links
3
  pageInfo:
4
  title: Dashy
5
  description: Welcome to your new dashboard!
 
8
  path: https://github.com/Lissy93/dashy
9
  - title: Documentation
10
  path: https://dashy.to/docs
11
+
12
+ # Optional app settings and configuration
13
  appConfig:
14
  theme: colorful
15
+
16
+ # Main content - An array of sections, each containing an array of items
17
  sections:
18
  - name: Getting Started
19
  icon: fas fa-rocket
20
  items:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  - title: Dashy Live
22
  description: Development a project management links for Dashy
23
  icon: https://i.ibb.co/qWWpD0v/astro-dab-128.png