-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
97 lines (83 loc) · 2.08 KB
/
config.toml
File metadata and controls
97 lines (83 loc) · 2.08 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
languageCode = "en-us"
title = "Rohan Hasabe"
theme = "hello-friend-ng"
PygmentsCodeFences = true
PygmentsStyle = "monokai"
rssLimit = 10 # Maximum number of items in the RSS feed.
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[pagination]
pagerSize = 10
archetypeDir = "archetypes"
contentDir = "content"
dataDir = "data"
layoutDir = "layouts"
publishDir = "public"
buildDrafts = false
buildFuture = false
buildExpired = false
canonifyURLs = true
enableRobotsTXT = true
enableGitInfo = false
enableEmoji = true
enableMissingTranslationPlaceholders = false
disableRSS = false
disableSitemap = false
disable404 = false
disableHugoGeneratorInject = false
# Generate "Bearblog"-like URLs !only!, see https://bearblog.dev/.
disableKinds = ["taxonomy"]
ignoreErrors = ["error-disable-taxonomy"]
[permalinks]
blog = "/:slug/"
tags = "/blog/:slug"
[author]
name = "Rohan Hasabe"
[params]
author = "Rohan Hasabe"
homeSubtitle = "CS @ Northeastern University, Boston"
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04 -0700"
description = "Rohan Hasabe's personal website"
keywords = "portfolio, blog, programming"
contentTypeName = "blog"
defaultTheme = "dark"
copyright = "Rohan Hasabe"
customCSS = ["/custom.css"]
[params.logo]
logoText = "$ rohanhasabe"
logoHomeLink = "/"
[languages]
[languages.en]
subtitle = ""
weight = 1
copyright = 'Rohan Hasabe'
[menu]
[[menu.main]]
name = "About"
weight = 1
url = "/about"
[[menu.main]]
name = "Blog"
weight = 2
url = "/blog"
[[menu.main]]
name = "Resume"
weight = 3
url = "/resume"
[[params.social]]
name = "GitHub"
icon = "fa fa-github fa-2x"
url = "https://github.com/Hasaber8"
[[params.social]]
name = "Linkedin"
icon = "fa fa-linkedin fa-2x"
url = "https://www.linkedin.com/in/hasaber8"
[[params.social]]
name = "Twitter"
icon = "fa fa-twitter fa-2x"
url = "https://twitter.com/hasaber8"