-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
40 lines (33 loc) · 1020 Bytes
/
hugo.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
title = "bespinian Blog"
baseURL = "https://blog.bespinian.io/"
languageCode = "en-us"
theme = "tale"
disqusShortname = "berndsgnch"
enableRobotsTXT = true
[params]
description = "The bespinian blog - All about cloud computing, containers, Kubernetes, AWS, Azure and much more"
author = { name = "bespinian", homepage = "https://bespinian.io" }
css = ["custom.css"]
[[params.social]]
url = "https://bespinian.io/"
alt_text = "bespinian website"
icon_file = "globe.svg"
[[params.social]]
url = "https://github.com/bespinian"
alt_text = "bespinian on GitHub"
icon_file = "github.svg"
[[params.social]]
url = "https://twitter.com/bespinian"
alt_text = "bespinian on Twitter"
icon_file = "twitter.svg"
[[params.social]]
url = "https://www.youtube.com/channel/UCBQD1IedufccsRXqC_hypyg/playlists"
alt_text = "bespinian on YouTube"
icon_file = "youtube.svg"
[[params.social]]
url = "/index.xml"
alt_text = "The bespinian blog RSS feed"
icon_file = "rss.svg"
[markup]
[markup.highlight]
style = "github-dark"