-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yml
100 lines (94 loc) · 3.55 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
---
# Homepage configuration
# See https://fontawesome.com/icons for icons options
title: "ito"
subtitle: "List of all project links"
logo: "assets/logo_black.png"
# Alternatively a fa icon can be provided:
# icon: "fas fa-skull-crossbones"
footer: false #'<p>Created with <span class="has-text-danger">❤️</span> with <a href="https://bulma.io/">bulma</a>, <a href="https://vuejs.org/">vuejs</a> & <a href="https://fontawesome.com/">font awesome</a> & <a href="https://github.com/bastienwirtz/homer">homer</a>' # set false if you want to hide it.header:
# Optional message
#message:
# url: "https://<my-api-endpoint>" # Can fetch information from an endpoint to override value below.
#style: "is-info"
#title: "Contribution!"
#content: 'You can contribute changes for this page on <a href="https://github.com/ito-org/startpage">Github</a>.'
# Optional navbar
# links: [] # Allows for navbar (dark mode, layout, and search) without any links
links:
- name: "ito"
icon: "fas fa-code-branch"
url: "https://github.com/ito-org"
target: '_blank' # optional html a tag target attribute
- name: "Edit"
icon: "fab fa-github"
url: "https://github.com/ito-org/startpage"
target: '_blank'
# Services
# First level array represent a group.
# Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed).
services:
- name: "Development"
icon: "fas fa-code"
items:
- name: "GitHub"
#logo: "/assets/tools/jenkins.png"
# Alternatively a fa icon can be provided:
icon: "fab fa-github"
subtitle: "Link to our Organization"
tag: "code"
url: "https://github.com/ito-org"
target: '_blank' # optional html a tag target attribute
- name: "Confluence"
logo: "/assets/tools/confluence.png"
subtitle: "Documentation and Knowledge Base"
tag: "documentation"
# Optional tagstyle
url: "http://confluence.ito-app.org"
- name: "Jira"
logo: "/assets/tools/jira.png"
subtitle: "Project Management"
tag: "organization"
url: "https://jira.ito-app.org"
- name: "Communication"
icon: "fas fa-comments"
items:
- name: "Discord"
icon: "fab fa-discord"
tag: "communication"
subtitle: "Voice and Text Chat"
url: "https://discord.gg/GbSySkC"
- name: "Q&A Board"
icon: "fas fa-question"
subtitle: "Review and Evaluation"
url: "https://confluence.ito-app.org/display/IN/questions/all"
- name: "Mailclient"
logo: "/assets/tools/freescout.png"
subtitle: "Internal CRM"
#icon: "fas fa-question"
tag: "communication"
url: "https://helpdesk.ito-app.org"
- name: "Follow us"
icon: "fas fa-comments"
items:
- name: "Homepage"
logo: "/assets/logo.png"
subtitle: "Official Web Presence of ito"
tag: "web"
url: "https://ito-app.org"
- name: "YouTube"
subtitle: "Link to our Channel"
icon: "fab fa-youtube"
tag: "socialmedia"
url: "https://www.youtube.com/channel/UCYVYc99hjqv8cBSDvHwFGZQ/featured?view_as=subscriber"
- name: "Twitter"
subtitle: "Link to our Profile"
icon: "fab fa-twitter"
tag: "socialmedia"
url: "https://twitter.com/BandemicApp?s=20"
- name: "Instagram"
icon: "fab fa-instagram"
#logo: "/assets/tools/elastic.png"
subtitle: "Link to our Profile"
tag: "socialmedia"
url: "https://www.instagram.com/bandemic.app"