-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
38 lines (31 loc) · 1.02 KB
/
config.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
baseURL = "https://sean.mcgrath.nz/"
languageCode = "en-us"
title = "Sean McGrath"
theme = ["hugo-notice", "yinyang"]
newContentEditor = "vim"
metaDataFormat = "toml"
PygmentsCodeFences = true
PygmentsCodefencesGuessSyntax = true
PygmentsStyle = "monokailight"
extraCSSFiles = ["css/override.css"]
enableEmoji = true
[params]
disqus = "seanmcgrathnz"
mainSections = ["post"]
copyrightContent = "© 2019 Sean McGrath"
extraHead = "<script async src='https://www.googletagmanager.com/gtag/js?id=UA-10214740-7'></script><script>window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-10214740-7');</script>"
[author]
name = "Sean McGrath"
homepage = "https://sean.mcgrath.nz"
email = "sean@mcgrath.nz"
github = "wipash"
gitlab = "wipash"
linkedin = "sean-m-mcgrath"
# [[params.socials]]
# name = "About"
# link = "/page/about"
[[params.socials]]
name = "GitHub"
link = "https://github.com/wipash"
[markup.goldmark.renderer]
unsafe= true