-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.toml
53 lines (51 loc) · 1.07 KB
/
theme.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
name = "ThinkingMachineBlog"
license = "MIT"
licenselink = "https://github.com/jack5316/Thinking-Machine/blob/main/LICENSE"
description = "A personal blog exploring AI, technology, philosophy, and life"
homepage = "https://jack5316.github.io/Thinking-Machine/"
tags = [
"AI",
"technology",
"philosophy",
"blog",
"personal",
"minimalist",
"clean",
"responsive",
"light",
"dark",
"highlight.js",
"search",
"customizable"
]
features = [
"responsive",
"single-column",
"blog",
"cover-image",
"table-of-contents",
"opengraph",
"highlight.js",
"favicon",
"archive",
"share-icons",
"cover",
"multilingual",
"social-icons",
"minified-assets",
"theme-toggle",
"menu-location-indicator",
"scroll-to-top",
"search",
"customizable-layout"
]
min_version = "0.125.7"
[author]
name = "Jack"
homepage = "https://github.com/jack5316"
# If porting an existing theme
[original]
name = "PaperMod"
author = "Aditya Telange"
homepage = "https://github.com/adityatelange/hugo-PaperMod"
repo = "https://github.com/adityatelange/hugo-PaperMod"