-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
67 lines (57 loc) · 1.58 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
baseURL = "https://rayprogramming.com/"
languageCode = "en-us"
title = "James Ray's Blog"
theme = "toha"
enableGitInfo = true
enableEmoji = true
googleAnalytics = "G-ZZ2207Q2P0"
# [permalinks]
# posts = "/:sections/:slug/:title"
# Manage languages
# For any more details, you can check the official documentation: https://gohugo.io/content-management/multilingual/
[languages]
[languages.en]
languageName = "English"
weight = 1
# Control TOC depth
[markup]
[markup.tableOfContents]
startLevel = 2
endLevel = 6
ordered = false
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = false
[outputs]
home = ["HTML","JSON"]
[params]
background = "/images/IMG_2343.JPG"
# GitHub repo URL of your site
gitRepo = "https://github.com/rayprogramming/rayprogramming"
# specify whether you want to write some blog posts or not
enableBlogPost = true
# specify whether you want to show Table of Contents in reading page
enableTOC = true
# Provide newsletter configuration. This feature hasn't been implemented yet.
# Currently, you can just hide it from the footer.
[params.newsletter]
enable = true
[params.logo]
main = "/images/IMG_2007.JPG"
[params.features]
[params.features.comment]
enable = true
[params.features.comment.giscus]
repo = "rayprogramming/rayprogramming.com"
theme = "dark"
[params.features.portfolio]
enable = true
[params.features.blog]
enable = true
[params.features.notes]
enable = true
[frontmatter]
date = [":filename","date","publishDate","lastmod"]
lastmod = [":fileModTime",":git","lastmod","date","publishDate"]
publishDate = ["publishDate","date"]
expiryDate = "expiryDate"