-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.toml
73 lines (57 loc) · 1.74 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
theme = "bento"
languageCode = "en-us"
baseurl = "http://hedge-ops.com/"
title = "Michael Hedgpeth"
author = "Michael Hedgpeth"
copyright = "MIT"
[permalinks]
posts = "/:slug/"
[taxonomies]
category = "categories"
tag = "tags"
# Better code higlighting
# via https://discourse.gohugo.io/t/pygmentscodefences-how-to-choose-themes/3842/3
pygmentsCodefences = true
pygmentsStyle = "vs"
# Integrations
googleAnalytics = "UA-51220820-1"
disqusShortname = "hedge-ops"
# Hightlight theme
[markup.highlight]
style = "github"
# Allow HTML rendering inside markdown
[markup.goldmark.renderer]
unsafe = true
[params]
# Show intro in the home page (with headline and description)
intro = true
headline = "Michael Hedgpeth"
description = "Blogging about operational excellence through automation and cultural change"
# Copyright note in the footer
copyright = "Copyright © 2020 Michael Hedgpeth"
# Image in the homepage. You can setup a different image for social media
cover = "images/feature-devops-project.jpg"
ogImage = "images/michael.jpg"
# Social media usernames
github = "mhedgpeth"
twitter = "michaelhedgpeth"
linkedin = "https://linkedin.com/in/michael-hedgpeth"
# Learn more about webmention
# https://sebastiandedeyne.com/adding-webmentions-to-my-blog/
# webmention = ""
# productionBaseUrl is need if you want to receive webmentions in local environment
# productionBaseUrl = "https://yourwebsite.com"
# Avatar (shown in the homepage)
avatar = "images/michael.jpg"
# Bio is shown in the end of posts
authorBio = "Michael Hedgpeth"
# Items in the top menu
[menu]
[[menu.main]]
name = "About"
url = "/about"
weight = 1
[[menu.main]]
name = "Speaking"
url = "/speaking"
weight = 1