-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathconfig.toml
58 lines (52 loc) · 1.21 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
50
51
52
53
54
55
56
57
58
baseURL = 'https://blog.boot.dev/'
languageCode = 'en-us'
title = 'Boot.dev Blog'
disqusShortname = ""
ignoreFiles = []
paginate = 25
enableRobotsTXT = true
summaryLength = 15
pluralizelisttitles = false
[sitemap]
changefreq = 'weekly'
filename = 'sitemap.xml'
[taxonomies]
category = "categories"
[permalinks]
post = "/:section/:slug/"
categories = "/:slug/"
[params]
author = "lane"
description = "You don't need a CS degree to get hired, but you do need computer science skills. Prepare to land an entry-level role in tech by building real coding projects."
footer = "© [Boot.dev](https://www.boot.dev) {Year}"
logo = "/favicon-32x32.png"
googleTagManager = "GTM-PT7FHFB"
[markup]
[markup.tableOfContents]
startLevel = 2
endLevel = 2
ordered = true
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ""
lineAnchors = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = false
style = "hugo gen chromastyles --style=dracula > assets/css/syntax.css"
tabWidth = 4
[markup.goldmark.renderer]
unsafe = true
[related]
includeNewer = false
threshold = 80
toLower = false
[[related.indices]]
name = 'categories'
weight = 100
[[related.indices]]
name = 'date'
weight = 10