forked from devtoolsd/devtoolsd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
56 lines (49 loc) · 1.25 KB
/
Copy pathhugo.toml
File metadata and controls
56 lines (49 loc) · 1.25 KB
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
53
54
55
56
baseURL = "https://devtools.directory/"
locale = "en-US"
title = "devtools/"
enableRobotsTXT = true
enableGitInfo = false
paginate = 12
[params]
description = "A curated, open-source directory of developer tools, books, courses, and resources."
githubRepo = "https://github.com/devtoolsd/devtoolsd"
author = "devtools.directory contributors"
twitterCard = "summary_large_image"
[taxonomies]
category = "categories"
tag = "tags"
[outputs]
home = ["HTML", "RSS", "JSON", "LLMSTxt", "LLMSFullTxt"]
section = ["HTML", "RSS"]
taxonomy = ["HTML"]
term = ["HTML"]
[mediaTypes]
[mediaTypes."application/json"]
suffixes = ["json"]
[mediaTypes."text/plain"]
suffixes = ["txt"]
[outputFormats]
[outputFormats.JSON]
mediaType = "application/json"
baseName = "index"
isPlainText = true
notAlternative = true
[outputFormats.LLMSTxt]
mediaType = "text/plain"
baseName = "llms"
isPlainText = true
notAlternative = true
[outputFormats.LLMSFullTxt]
mediaType = "text/plain"
baseName = "llms-full"
isPlainText = true
notAlternative = true
[markup]
[markup.highlight]
style = "onedark"
lineNos = false
noClasses = true
[markup.goldmark.renderer]
unsafe = true
[minify]
minifyOutput = false