-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
80 lines (67 loc) · 1.75 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
73
74
75
76
77
78
79
80
DefaultContentLanguage = "en"
DefaultContentLanguageInSubdir = true
author = "umatare5"
baseURL = "https://dives.dev"
canonifyurls = true
hasCJKLanguage = true
languageCode = "en-us"
metaDataFormat = "yaml"
theme = "blist"
title = "My Logbook"
[languages]
[languages.en]
contentDir = "content/en" #English
languageName = "English"
weight = 1
[languages.en.params]
introPhoto = "/me-128x128.png"
introSubtitle = "This is a logbook records my scuba divings."
introTitle = "Hi 👋 I'm umatare5"
[[languages.en.menu.main]]
name = "Equipments"
url = "equipments"
weight = 1
[[languages.en.menu.main]]
name = "Archive"
url = "archive"
weight = 2
[[languages.en.menu.main]]
name = "About"
url = "about"
weight = 3
[params]
# Enable the darkmode toggle in header
darkModeToggle = true
# Enable search in header
enableSearch = true
# Custom copyright - optional
copyright = "Copyright © 2022 - umatare5 and Katheryn Fox · All rights reserved"
favicon = "/favicon.svg"
# Color for the intro details and social links block, not applicable for dark mode
# Supported values: Any color from TailwindCSS default colors
# Reference: https://tailwindcss.com/docs/customizing-colors
ascentColor = "bg-blue-100"
[params.homepage.social]
# Global params common for both languages
description = "Repos related to this page and travel memories"
title = "Links"
[[params.homepage.social.icons]]
url = "https://github.com/umatare5"
website = "github"
[[params.homepage.social.icons]]
url = "https://www.instagram.com/um1vva1120"
website = "instagram"
[[menu.main]]
name = "About"
url = "/about"
[build]
writeStats = true
[outputs]
home = ["HTML", "RSS"]
# syntax highlight settings
[markup]
[markup.highlight]
style = "dracula"
[markup.goldmark.renderer]
# Enable to include inline HTML
unsafe = true