eienmojiki commited on
Commit
d585236
1 Parent(s): 0d6eaed

Create conf.yml

Browse files
Files changed (1) hide show
  1. conf.yml +78 -0
conf.yml ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pageInfo:
3
+ title: Dashy
4
+ description: Welcome to your new dashboard!
5
+ navLinks:
6
+ - title: GitHub
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
47
+ url: https://live.dashy.to/
48
+ target: newtab
49
+ - title: GitHub
50
+ description: Source Code, Issues and Pull Requests
51
+ url: https://github.com/lissy93/dashy
52
+ icon: favicon
53
+ - title: Docs
54
+ description: Configuring & Usage Documentation
55
+ provider: Dashy.to
56
+ icon: far fa-book
57
+ url: https://dashy.to/docs
58
+ - title: Showcase
59
+ description: See how others are using Dashy
60
+ url: https://github.com/Lissy93/dashy/blob/master/docs/showcase.md
61
+ icon: far fa-grin-hearts
62
+ - title: Config Guide
63
+ description: See full list of configuration options
64
+ url: https://github.com/Lissy93/dashy/blob/master/docs/configuring.md
65
+ icon: fas fa-wrench
66
+ - title: Support
67
+ description: Get help with Dashy, raise a bug, or get in contact
68
+ url: https://github.com/Lissy93/dashy/blob/master/.github/SUPPORT.md
69
+ icon: far fa-hands-helping
70
+ - name: Clock
71
+ icon: fas fa-clock
72
+ widgets:
73
+ - type: clock
74
+ options:
75
+ timeZone: Asia/Ho_Chi_Minh
76
+ format: vi-VN
77
+ hideDate: false
78
+ filteredItems: []