
Following guidance such as [here](https://gideonwolfe.com/posts/sysadmin/hugo/hugogoogleanalytics/).
12 lines
332 B
TOML
12 lines
332 B
TOML
baseURL = 'https://blog.scubbo.org/'
|
|
languageCode = 'en-us'
|
|
title = "Jack Jackson's Blog"
|
|
theme = "ananke"
|
|
googleAnalytics = "UA-216020156-1"
|
|
|
|
SectionPagesMenu = "main"
|
|
|
|
[params]
|
|
twitter = "https://twitter.com/jacksquaredson"
|
|
github = "https://github.com/scubbo"
|
|
linkedin = "https://www.linkedin.com/in/jack-jackson-14a47441/" |