-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yml
168 lines (160 loc) · 5.64 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
---
# Homepage configuration
# See https://fontawesome.com/icons for icons options
title: "f1nalboss.de"
subtitle: "Public services"
#logo: "logo.png"
icon: "fas fa-skull-crossbones" # Optional icon
header: true
footer: '<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>'
# Will load custom CSS files. Especially useful for custom icon sets.
stylesheet:
- "assets/custom.css"
# Optional theme customization
theme: default
colors:
light:
highlight-primary: "#3367d6"
highlight-secondary: "#4285f4"
highlight-hover: "#5a95f5"
background: "#f5f5f5"
card-background: "#ffffff"
text: "#363636"
text-header: "#ffffff"
text-title: "#303030"
text-subtitle: "#424242"
card-shadow: rgba(0, 0, 0, 0.1)
link-hover: "#363636"
dark:
highlight-primary: "#3367d6"
highlight-secondary: "#4285f4"
highlight-hover: "#5a95f5"
background: "#131313"
card-background: "#2b2b2b"
text: "#eaeaea"
text-header: "#ffffff"
text-title: "#fafafa"
text-subtitle: "#f5f5f5"
card-shadow: rgba(0, 0, 0, 0.4)
link-hover: "#ffdd57"
# Optional message
message:
url: https://services.f1nalboss.de
style: "is-dark"
title: "Services Overview"
icon: "fa fa-grin"
content: "This is a list of all services run on my Docker Swarm Cluster."
#message:
# url: https://uselessfacts.jsph.pl/random.json?language=de
# mapping:
# content: 'text'
# title: "Interesting Fact?"
# content: "Cannot display a nice fact at the moment, searching...."
# Optional navbar
# links: [] # Allows for navbar (dark mode, layout, and search) without any links
links:
- name: "Private"
icon: "fas fa-file-alt"
url: "#private"
- name: "Zugang beantragen"
icon: "fa fa-envelope"
url: "https://www.paulscode.de/#contact"
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: "Application"
icon: "fas fa-cloud"
items:
- name: "Portofolio"
logo: "icons/portofolio.png"
subtitle: "only some social media links"
tag: "social-media"
url: "https://www.paulknulst.de"
target: "_blank"
- name: "Sponsor-Me"
logo: "icons/sponsorme.png"
subtitle: "you can donate me money here"
tag: "support-me"
url: "https://sponsor.knulst.de"
target: "_blank"
- name: "Website"
logo: "icons/paulscode.jpg"
subtitle: "personal freelancer website (outdated)"
tag: "business"
url: "https://www.paulscode.de"
target: "_blank"
- name: "Minecraft"
logo: "icons/minecraft.png"
subtitle: "Minecraft Server for people from Discord"
tag: "games"
url: "www.paulsgaming.com"
target: "_blank"
- name: "CallersBane/Scrolls"
logo: "icons/scrolls.png"
subtitle: "running selfhosted version of CallersBane."
tag: "games"
url: "www.paulsgaming.com"
target: "_blank"
- name: "ElevatorGame"
url: "https://play-elevator.f1nalboss.de"
logo: "icons/elevator.png"
tag: "learn-js"
subtitle: "Learn JS while playing a game"
target: "_blank"
- name: "Medium"
logo: "icons/medium.png"
subtitle: "my personal url for Medium"
tag: "informative"
url: "https://blog.paulknulst.de"
target: "_blank"
- name: "PaulsBlog"
logo: "icons/bludit.png"
subtitle: "deprecated self hosted blog where i write down all my stuff"
tag: "informative"
url: "https://blog.f1nalboss.de"
target: "_blank"
- name: "KnulstMeet"
logo: "icons/jitsi.png"
subtitle: "personal jitsi installation used for video meetings"
tag: "better than zoom"
url: "https://meet.knulst.de"
target: "_blank"
- name: "PaulsBin"
logo: "icons/privatebin.png"
subtitle: "a complete free to use pastebin alternative. pastes are saved encypted without server access!"
tag: "privacy first"
url: "https://paste.f1nalboss.de"
target: "_blank"
- name: "Mealie"
url: "https://mealie.knulst.de"
logo: "icons/mealie.png"
tag: "delicious"
subtitle: "Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application."
target: "_blank"
- name: "in progress"
icon: "fas fa-tasks"
items:
- name: "Calendso"
url: "https://github.com/calendso/calendso"
logo: "icons/calendso.png"
tag: "free"
target: "_blank"
subtitle: "The open-source Calendly alternative."
- name: "InstaPy"
tag: "free"
subtitle: "Tooling that automates your social media interactions to “farm” Likes, Comments, and Followers on Instagram Implemented in Python using the Selenium module."
logo: "https://camo.githubusercontent.com/48b5c67f0baa5b41fc98c96dad8de4771b0fc583d6b3dda417c7f8e01e801028/68747470733a2f2f692e696d6775722e636f6d2f734a7a665a734c2e6a7067"
url: "https://github.com/timgrossmann/InstaPy"
target: "_blank"
- name: "Wetty"
tag: "free"
subtitle: "Terminal over HTTP and https."
url: "https://github.com/butlerx/wetty"
target: "_blank"
- name: "Linx"
tag: "free"
subtitle: "Self-hosted file/media sharing website."
url: "https://github.com/andreimarcu/linx-server"
target: "_blank"