-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.toml
49 lines (41 loc) · 1.3 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
46
47
48
49
title = "LibrePCB"
baseURL = "https://librepcb.org/"
languageCode = "en-us"
# We need all URLs to be relative to make sure the previews hosted at
# https://librepcb.org/_branches/ are working properly.
relativeURLs = true
# So far we don't use tags and categories, so let's disable it for now.
[taxonomies]
# Disable RSS output globally (will be enabled only for the blog).
[outputs]
home = ['HTML']
page = ['HTML']
section = ['HTML']
taxonomy = ['HTML']
term = ['HTML']
# Get asciidoctor working.
[security.exec]
allow = ["^dart-sass-embedded$", "^go$", "^npx$", "^postcss$", "^asciidoctor$"]
osEnv = ['(?i)^((HTTPS?|NO)_PROXY|PATH(EXT)?|APPDATA|TE?MP|TERM|RUBYLIB)$']
# Configure asciidoctor.
[markup.asciidocExt]
failureLevel = "warn"
verbose = true
[markup.asciidocExt.attributes]
icons = "font"
source-highlighter = "pygments"
pygments-style = "monokai"
docinfo = "shared"
sectanchors = true
toc = true
# Configure YouTube shortcode.
[privacy.youtube]
privacyEnhanced = true
# Custom parameters.
[params]
titleSuffix = " | LibrePCB"
siteDescription = "A free, easy-to-use, multiplatform EDA software to draw schematics and design PCBs"
latestVersion = "1.1.0"
latestPreviewVersion = "" # Set to empty string if stable.
latestPreviewBlogPost = "" # Set to empty string if stable.
numberOfTranslations = "22"