-
Notifications
You must be signed in to change notification settings - Fork 8
/
config.toml
35 lines (31 loc) · 1.24 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
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/v1"
DocsRepo = "https://github.com/Kovah/LinkAce-Website/"
ApiDocs = "https://api-docs.linkace.org"
DemoUrl = "https://demo.linkace.org"
WikiDockerSetupUrl = "/docs/v1/setup/setup-with-docker/"
WikiServerSetupUrl = "/docs/v1/setup/setup-without-docker/"
DockerHub = "https://hub.docker.com/r/linkace/linkace/"
Github = "https://github.com/Kovah/LinkAce/"
Twitter = "https://twitter.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"
AboutMeTwitter = "https://twitter.com/kevinwoblick"
# [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"]