Skip to content

Commit b6c11ac

Browse files
committed
feat: config
1 parent 76a751a commit b6c11ac

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

hugo.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,23 @@ languageCode = 'en-us'
33
title = 'ElegantCoder'
44
theme = 'hugo-dusk'
55

6+
googleAnalytics = "G-GBRP3965ME"
7+
68
[taxonomies]
79
tag = 'tags'
810
category = 'categories'
911

1012
[markup.goldmark.renderer]
1113
unsafe= true
14+
15+
16+
17+
[params]
18+
github = "elegantcoder"
19+
twitter = "elegantcoder_"
20+
linkedin = "elegantcoder"
21+
22+
theme_colors = "cold-dark"
23+
24+
[params.author]
25+
name = "ElegantCoder"

0 commit comments

Comments
 (0)