We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79b3267 + 9beb587 commit 3cd3cbeCopy full SHA for 3cd3cbe
1 file changed
hugo.toml
@@ -0,0 +1,25 @@
1
+baseURL = "https://jack5316.github.io/Thinking-Machine/"
2
+languageCode = "en-us"
3
+title = "Thinking Machine - Jiawei Tan's Blog"
4
+theme = ""
5
+
6
+[params]
7
+ disableSpecial1stPost = true
8
+ description = "A personal blog exploring AI, technology, philosophy, and life"
9
+ author = "Jiawei Tan (Jack)"
10
11
+ # Enable home info params to show a description on homepage
12
+ [params.homeInfoParams]
13
+ Title = "Welcome to Thinking Machine"
14
+ Content = "Exploring the intersection of hardware and software, AI tools, and modern technology"
15
16
+[params.profileMode]
17
+ enabled = false
18
19
+[[params.socialIcons]]
20
+ name = "github"
21
+ url = "https://github.com/jack5316"
22
23
24
+ name = "email"
25
+ url = "mailto:jiaweitan531@gmail.com"
0 commit comments