-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
54 lines (46 loc) · 1020 Bytes
/
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
baseURL = '/'
languageCode = 'en-us'
title = ''
theme = 'LoveIt'
[taxonomies]
category = "categories"
tag = "tags"
[author]
name = "Alan"
[menu]
[[menu.main]]
weight = 1
identifier = "posts"
name = "Posts"
url = "/posts/"
[[menu.main]]
weight = 2
identifier = "categories"
pre = ""
post = ""
name = "Categories"
url = "/categories/"
title = ""
[[menu.main]]
weight = 3
identifier = "tags"
name = "Tags"
url = "/tags/"
[params]
defaultTheme = "light"
title = ""
[params.header.title]
name = "TechTrajectory"
[params.page.share]
enable = false
[params.footer]
enable = true
author = true
hugo = false
since = 2023
[params.home.profile]
title = "TechTrajectory"
subtitle = "Explore the dynamic landscape of technology with TechTrajectory. This blog offers a unique perspective on the ever-evolving tech world, shedding light on the intricacies of system design and the latest innovations."
typeit = false
[markup.goldmark.renderer]
unsafe = true