-
Notifications
You must be signed in to change notification settings - Fork 59
/
config.toml
49 lines (42 loc) · 1.29 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
39
40
41
42
43
44
45
46
47
48
49
baseURL = "https://jacobtomlinson.dev"
disqusShortname = "jacobtomlinson"
enableRobotsTXT = true
googleAnalytics = "UA-20365477-2"
languageCode = "en-gb"
pygmentsCodeFences = true
pygmentsUseClasses = true
summaryLength = 15
theme = "working"
title = "Jacob Tomlinson"
[params]
SiteSourceURL = "https://github.com/jacobtomlinson/website"
author = "Jacob Tomlinson"
avatar = "/profile-thumb.png"
description = "Building RAPIDS and Dask at NVIDIA. Tinker with Opsdroid in my spare time. he/him."
github = "https://github.com/jacobtomlinson"
images = ["https://i.imgur.com/Ln3NJU2h.png"]
twitter = "https://twitter.com/_jacobtomlinson"
footer_left = "Made with <i class=\"fa fa-heart\"></i> using [Hugo](https://gohugo.io/)</a>"
footer_right = "<i class=\"fa fa-code\"></i> on [Github](https://github.com/jacobtomlinson/jacobtomlinson.github.io) <i class=\"fab fa-github-alt\"></i>"
[permalinks]
posts = "/:section/:year/:title/"
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
[outputFormats]
[outputFormats.RSS]
baseName = "feed"
mediatype = "application/rss"
[outputFormats.email]
baseName = "email"
isHTML = true
isPlainText = true
mediatype = "text/html"
name = "email"
noUgly = true
permalinkable = false
[outputs]
page = ['HTML', 'RSS', 'email']
[markup.goldmark.renderer]
unsafe = true