-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.yml
More file actions
65 lines (65 loc) · 1.65 KB
/
Copy pathconfig.yml
File metadata and controls
65 lines (65 loc) · 1.65 KB
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
server:
logLevel: INFO
logJson: false
host: localhost
port: 3000
devMode: false
metrics:
enabled: true
host: localhost
port: 3030
ui:
showSearchBar: true
showTopIcon: true
showKeywordsAsTooltips: true
sortAlphabetically: false
layoutColumns: 3
headerAddition: |-
<script defer src="https://analytics.thisismy.cloud/script.js" data-website-id="72fa7b3a-10fa-4273-ae81-d3218b879e06" data-domains="demo.portkey.page"></script>
footer: |-
<p><a class="no-underline border-b-1 border-solid" target="_blank" rel="nofollow" href="https://www.portkey.page/">portkey</a> made with ☕️ by <a class="no-underline border-b-1 border-solid" target="_blank" rel="nofollow" href="https://www.codehat.de">CodeHat</a></p>
search:
stringSimilarity: true
minimumSimilarity: 0.5
favicon:
mode: proxied
serviceUrl: https://favicon-api.portkey.page
portals:
- title: 1Password
link: https://my.1password.eu/
group: Work
keywords:
- passwords
- vault
- 2fa
- totp
- title: Gmail
link: https://mail.google.com
group: Work
keywords:
- emails
- title: X
link: https://twitter.com
group: Social
- title: GitHub
link: https://github.com/
group: Development
keywords:
- code
- collaboration
- title: About
icon: ❓
link: /about
keywords:
- info
- title: Version
icon: 🔢
link: /version
pages:
- heading: "About"
subtitle: "What is this thing?"
path: /about
content: |-
This website is used to have a collection of <em>links</em> that allow you to quickly head over to different <em>applications</em>.</br>
</br>
You can additionally define smaller <em>custom pages</em> in the configuration file.