forked from mmistakes/so-simple-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
46 lines (35 loc) · 1.09 KB
/
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
41
42
43
44
45
baseURL = 'https://badgerbadgerbadgerbadger.dev/'
languageCode = 'en-gb'
title = 'Badger Badger Badger Badger'
theme = "hugo-ficurinia"
defaultContentLanguage = "en"
cleanDestinationDir = true
copyright = "Shaun Das - [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/)."
googleAnalytics = "UA-66106064-2"
[params]
author = "Shaun Das"
description = "A place for my thoughts."
imageInArticlePreview = true
fitImageInArticlePreview = false
bigArticleTitle = false
paperCards = true
mainFontSizeMultiplier = 0.9
showRss = false
enableRelatedArticles = true
commento = "https://commento.badgerbadgerbadgerbadger.dev/js/commento.js"
[menu]
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 10
[[menu.icons]]
identifier = "twitter"
name = "Twitter"
url = "https://twitter.com/badgerbbbadger"
weight = 12
[[menu.icons]]
identifier = "linkedin"
name = "LinkedIn"
url = "https://www.linkedin.com/in/badgerbadgerbadgerbadger/"
weight = 10