We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39767cc commit d0c0a13Copy full SHA for d0c0a13
1 file changed
docs/_settings/config.toml
@@ -6,7 +6,7 @@ theme = "hugo-material-docs"
6
metadataformat = "yaml"
7
canonifyurls = true
8
# Enable Google Analytics by entering your tracking id
9
-googleAnalytics = ""
+googleAnalytics = "UA-37514928-9"
10
11
[params]
12
# General information
@@ -36,8 +36,8 @@ googleAnalytics = ""
36
accent = "deep-purple"
37
38
[params.font]
39
- text = "Ubuntu"
40
- code = "Ubuntu Mono"
+ text = "Doctarine"
+ code = "Source Code Pro"
41
42
[social]
43
twitter = ""
0 commit comments