forked from bootdotdev/blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
76 lines (69 loc) · 1.64 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
baseURL = 'https://blog.boot.dev/'
languageCode = 'en-us'
title = 'Boot.dev Blog'
disqusShortname = ""
ignoreFiles = []
paginate = 25
enableRobotsTXT = true
summaryLength = 15
pluralizelisttitles = false
[Author]
name = "Lane Wagner"
[sitemap]
changefreq = 'weekly'
filename = 'sitemap.xml'
[taxonomies]
category = "categories"
[permalinks]
post = "/:section/:slug/"
categories = "/:slug/"
[params]
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://boot.dev) {Year}"
logo = "/favicons/favicon-32x32.png"
googleTagManager = "GTM-PT7FHFB"
dofollows = [
"https://boot.dev",
"https://blog.boot.dev",
"https://www.boot.dev",
"https://wagslane.dev",
"https://scrimba.com",
"https://prepcards.dev",
"https://www.stratascratch.com",
"https://www.youtube.com",
"https://youtube.com",
"https://podcasts.apple.com",
"https://backendbanter.fm",
"https://www.backendbanter.fm",
"https://www.golanginterview.dev",
"https://golanginterview.dev",
]
[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