forked from EthicalSource/hippocratic-license
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
50 lines (39 loc) · 944 Bytes
/
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
46
47
48
49
50
baseURL = "https://firstdonoharm.dev"
# canonifyURLs = true
languageCode = "en-us"
title = "The Hippocratic License"
disableKinds = ["RSS"]
DefaultContentLanguage = "en"
hasCJKLanguage = true
EnableMissingTranslationPlaceholders = true
uglyURLs = true
googleAnalytics = "UA-101929377-4"
[mediaTypes]
[mediaTypes."text/markdown"]
suffixes = ["md"]
[mediaTypes."text/plain"]
suffixes = ["txt"]
[mediaTypes."text/asciidoc"]
suffixes = ["adoc"]
[outputFormats]
[outputFormats.Markdown]
mediaType = "text/markdown"
isPlainText = true
baseName = "LICENSE"
[outputFormats.PlainText]
mediaType = "text/plain"
isPlainText = true
baseName = "LICENSE"
[outputFormats.AsciiDoc]
mediaType = "text/asciidoc"
isPlainText = true
baseName = "LICENSE"
[outputs]
home = ["html"]
page = ["html", "markdown", "plaintext", "asciidoc"]
# Add all translated languages here.
[Languages]
[Languages.en]
languageName = "English"
languageCode = "en"
weight = 1