-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
51 lines (47 loc) · 1.56 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
46
47
48
49
50
51
baseURL = 'http://example.org/'
languageCode = 'en-us'
title = 'Michele on Software'
copyright = "Copyright © 2023 - Michele Sollecito"
canonifyURLs = true
paginate = 5
summaryLength = 30
enableEmoji = true
theme = 'hugo-kiera'
# uncomment to enable the Tags link on the main toolbar
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags"
weight = 1
# uncomment to enable the Categories link on the main toolbar
[[menu.main]]
identifier = "categories"
name = "Categories"
url = "/categories"
weight = -1
# Note: to disable a social network icon delete or comment out the corresponding line
[author]
name = "Michele Sollecito"
github = "sollecitom"
#gitlab = "username"
linkedin = "michelesollecito"
#facebook = "username"
twitter = "sollecitom"
#instagram = "username"
#stackoverflow = "username"
#youtube = "user/username" # or channel/channelname
#devto = "username"
[params]
tagline = "My opinions about software product development"
#images = [""] #This is used for opengraph/twitter cards.
customCSS = [] #Optional Customised CSS
#disqusShortname = "software-product-development-sollecitom"
#favicon = ""
#utterancesRepo = "username/repository"
#utterancesIssueTerm = "pathname"
#homepageLength = 10
#commentAutoload = true #This mean reader don't need click, disqus comment autoload
#mathjax = true #Enable display of mathematics using mathjax (LaTeX syntax)
#katex = true #Enable display of mathematics using katex (Faster LaTeX rendering)
#google_fonts = ["Staatliches"] # Adds additional google fonts
#disableDarkModeCSS = false # disables css style for users using dark-mode