-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhugo.toml
76 lines (57 loc) · 1.55 KB
/
hugo.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://rignitc.github.io/blogs/"
defaultContentLanguage = "en"
languageCode = "en"
title = "RIG-NITC Blogs"
theme = "dream"
[services]
# [services.disqus]
# shortname = ""
[services.googleAnalytics]
ID = "G-CPENBPWFNZ"
[params]
zenMode = false
lightTheme = "emerald"
darkTheme = "forest"
# backgroundImage = "me/background.jpg"
# backgroundImageDark = ""
author = "RIG-NITC"
# description = ""
avatar = "img/avatar.png"
headerTitle = "RIG-NITC Blogs"
motto = "Because all we do is robotics"
footerBottomText = "🤖 Powered by pure love for robotics"
rss = true
# utterancesRepo = ""
# valine = true
# LEANCLOUD_APP_ID = ""
# LEANCLOUD_APP_KEY = ""
# waline = true
# walineServer = ""
# email = ""
siteStartYear = 2025
favicon = "favicon.ico"
# Syntax highlighting
# customSyntaxHighlighting = true
# options
stickyNav = true
# reorderNavItems = ["search", "rss", "posts", "categories", "tags"]
# collapseNavItems = ["posts", "categories", "tags"]
noDefaultSummaryCover = true
showTableOfContents = true
# showSummaryCoverInPost = true
# imageZoomableInPost = true
# showPrevNextPost = true
# reorderShares = ["x", "facebook", "whatsapp"]
[params.navItems]
series = { href = "series", icon = "planet", title = "Series" }
github = { href = "https://github.com/rignitc", target = "_blank", icon = "logo-github", title = "GitHub" }
# [params.advanced]
# customCSS = ["css/custom.css"]
# customJS = []
# [params.experimental]
# jsDate = true
# jsDateFormat = "yyyy年MM月dd日"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true