-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
58 lines (48 loc) · 1.85 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
# DO NOT REMOVE THIS
theme = ["hugo-theme-codex"]
paginate = 10
# Override these settings with your own
title = "orchidmajumder.github.io"
languageCode = "en-us"
baseURL = "https://orchidmajumder.github.io"
# Optional params
[params]
# Follow the Hugo date/time format reference here:
# https://gohugo.io/functions/format/#gos-layout-string
dateFormat = "January 2, 2006"
# Links to your social accounts, comment/uncomment as needed. Icons will be displayed for those specified.
twitter = "https://twitter.com/orchidmajumder"
github = "https://github.com/orchidmajumder"
email = "mailto:orchidmajumder@gmail.com"
linkedin = "https://www.linkedin.com/in/orchidmajumder/"
scholar = "https://scholar.google.com/citations?user=7KgIMosAAAAJ&hl=en"
# Titles for your icons (shown as tooltips), and also their display order.
# Currently, these icons are supported:
# "Twitter", "GitHub", "Email", "Mastodon", "Facebook", "GitLab", "Instagram", "LinkedIn", "YouTube"
iconOrder = ["Twitter", "GitHub", "LinkedIn", "Scholar", "Email"]
# Metadata for Twitter cards, defaults to params.twitter
twitterSite = "@orchidmajumder"
twitterAuthor = "@orchidmajumder"
# Set to true to display page title in table of contents in blog posts.
showPageTitleInTOC = false
# This disables Hugo's default syntax highlighting in favor
# of prismjs. If you wish to use Hugo's default syntax highlighting
# over prismjs, remove this. You will also need to remove the prismjs
# vendor script in layouts/blog/single.html.
[markup]
[markup.highlight]
codeFences = false
# Set to false to disallow raw HTML in markdown files
[markup.goldmark.renderer]
unsafe = true
# Controls the navigation
[[menu.main]]
identifier = "about"
name = "ABOUT"
title = "About"
url = "/"
[[menu.main]]
identifier = "blog"
name = "BLOG"
title = "Blog"
url = "/blog"