forked from DOI-USGS/planetary-sdi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
52 lines (43 loc) · 757 Bytes
/
config.yml
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
---
baseURL: https://psdi.astrogeology.usgs.gov/
title: 'Planetary SDI'
canonifyURLs: true
enableGitInfo: true
bibFile: "content/bibliography.json"
theme:
- hugo-geekdoc
- hugo-cite
pygmentsUseClasses: true
pygmentsCodeFences: true
timeout: 180000
pluralizeListTitles: false
defaultContentLanguage: en
disablePathToLower: true
enableRobotsTXT: true
markup:
goldmark:
renderer:
unsafe: true
tableOfContents:
startLevel: 1
endLevel: 9
taxonomies:
tag: tags
outputs:
home:
- HTML
page:
- HTML
section:
- HTML
taxonomy:
- HTML
term:
- HTML
security:
exec:
allow:
- "^asciidoctor$"
params:
geekdocRepo: "https://github.com/DOI-USGS/planetary-sdi"
geekdocEditPath: "/tree/main/"