Skip to content

Commit 3cd3cbe

Browse files
authored
Merge pull request #4 from Jack5316/claude/fix-workflow-trigger-E3CWH
Add Hugo config to fix first post styling
2 parents 79b3267 + 9beb587 commit 3cd3cbe

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

hugo.toml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
[[params.socialIcons]]
24+
name = "email"
25+
url = "mailto:jiaweitan531@gmail.com"

0 commit comments

Comments
 (0)