-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
44 lines (35 loc) · 1.08 KB
/
config.toml
File metadata and controls
44 lines (35 loc) · 1.08 KB
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
baseurl = "https://michaeldavie.github.io"
title = "Michael Davie's Blog"
theme = "hugo-theme-cleanwhite"
languageCode = "en-us"
preserveTaxonomyNames = true
# paginate = 5 #frontpage pagination - deprecated in Hugo v0.128.0
[pagination]
pagerSize = 5 #frontpage pagination
hasCJKLanguage = true
[outputs]
home = ["HTML"]
[params]
header_image = "img/home-bg-jeep.jpg"
SEOTitle = "Michael Davie Blog"
image_404 = "img/404-bg.jpg"
title_404 = "Page not found :("
omit_categories = false
# Sidebar settings
sidebar_about_description = "Dad, security engineer, home automation nerd"
sidebar_avatar = "img/avatar.jpg" # use absolute URL, seeing it's used in both `/` and `/about/`
featured_tags = false
featured_condition_size = 1
friends = false
bookmarks = false
about_me = true
[params.social]
rss = false
linkedin = "https://www.linkedin.com/in/michael-davie-peng"
github = "https://github.com/michaeldavie"
[markup]
[markup.tableOfContents]
endLevel = 2
startLevel = 1
[markup.highlight]
style = "dracula"