-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathconfig.toml
45 lines (41 loc) · 1.67 KB
/
config.toml
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
baseURL = "https://www.linkace.org/"
languageCode = "en-us"
title = "LinkAce - Your self-hosted bookmark archive. Free and open source."
assetDir = "./assets/dist"
disableKinds = ["RSS", "taxonomy", "taxonomyTerm"]
[params]
DocsCurrentVersion = "docs/v2"
DocsRepo = "https://github.com/Kovah/LinkAce-Website/"
ApiDocs = "https://api-docs.linkace.org"
ApiDocsV1 = "https://api-docs.linkace.org/v1"
ApiDocsV2 = "https://api-docs.linkace.org/v2"
DemoUrl = "https://demo.linkace.org"
HostingUrl = "https://hosting.linkace.org"
WikiDockerSetupUrl = "/docs/v2/setup/setup-with-docker/"
WikiK8sSetupUrl = "/docs/v2/setup/setup-to-k8s/"
WikiCloudSetupUrl = "/docs/v2/setup/one-click-deploy/"
WikiServerSetupUrl = "/docs/v2/setup/setup-with-php/"
DockerHub = "https://hub.docker.com/r/linkace/linkace/"
Github = "https://github.com/Kovah/LinkAce/"
Twitter = "https://x.com/linkaceapp"
Mastodon = "https://mastodon.social/@linkace"
Community = "https://github.com/Kovah/LinkAce/discussions/"
Zapier = "https://zapier.com/apps/linkace/integrations"
AboutMeMastodon = "https://mastodon.social/@Kovah"
AboutMeWebsite = "https://kovah.de"
AboutMeBluesky = "https://bsky.app/profile/kevin.woblick.com"
AboutMeTwitter = "https://x.com/kevinwoblick"
DonateGithub = "https://github.com/Kovah"
DonateOpencollective = "https://opencollective.com/linkace"
DonatePatreon = "https://patreon.com/Kovah"
DonateLiberapay = "https://liberapay.com/kovah"
[outputs]
page = ['HTML', 'Algolia']
[outputFormats.Algolia]
baseName = "algolia"
isPlainText = true
mediaType = "application/json"
notAlternative = true
[params.algolia]
vars = ["title", "summary", "date", "publishdate", "expirydate", "permalink"]
params = ["categories", "tags"]