-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
177 lines (158 loc) · 5.38 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
baseURL = "https://skoricius.github.io"
# Change the default theme to be use when building the site with Hugo
theme = "LoveIt"
# website title
title = "Luka Skorić"
defaultContentLanguage = "en"
# language code ["en", "zh-CN", "fr", "pl", ...]
languageCode = "en"
# language name ["English", "简体中文", "Français", "Polski", ...]
languageName = "English"
hasCJKLanguage = false
# whether to use robots.txt
enableRobotsTXT = true
# default amount of posts in each pages
paginate = 12
# Author config
[author]
name = "Luka Skorić"
email = "[email protected]"
link = ""
# Menu config
[menu]
[[menu.main]]
weight = 1
identifier = "projects"
# you can add extra information before the name (HTML format is supported), such as icons
pre = ""
# you can add extra information after the name (HTML format is supported), such as icons
post = ""
name = "Projects"
url = "/categories/projects/"
# title will be shown when you hover on this menu link
title = ""
# [[menu.main]]
# weight = 3
# identifier = "categories"
# pre = ""
# post = ""
# name = "Categories"
# url = "/categories/"
# title = ""
[[menu.main]]
weight = 3
identifier = "photos"
pre = ""
post = ""
name = "Photos"
url = "https://photos.google.com/share/AF1QipMelXnHMbZ3lDXigSyaY5gMb7aAsPM9Pzn_0VRolTTs69uNtPYb6ESDsWtyMIr-jQ?key=MHpuNWdyaUFWWnptMXVIdm9wNXJvRHNyUWNad3pn"
title = ""
# Markup related configuration in Hugo
[markup]
# Syntax Highlighting (https://gohugo.io/content-management/syntax-highlighting)
[markup.highlight]
# false is a necessary configuration (https://github.com/dillonzq/LoveIt/issues/158)
noClasses = false
[params]
# site default theme ["auto", "light", "dark"]
defaultTheme = "auto"
# public git repo url only then enableGitInfo is true
gitRepo = ""
# LoveIt NEW | 0.1.1 which hash function used for SRI, when empty, no SRI is used
# ["sha256", "sha384", "sha512", "md5"]
fingerprint = ""
# LoveIt NEW | 0.2.0 date format
dateFormat = "02/01/2006"
# website title for Open Graph and Twitter Cards
title = "Luka Skorić"
# website description for RSS, SEO, Open Graph and Twitter Cards
description = "Luka Skorić Personal Website"
# website images for Open Graph and Twitter Cards
images = ["/hydrogen_cropped_small.png"]
noFavicon = false
# Header config
[params.header]
# desktop header mode ["fixed", "normal", "auto"]
desktopMode = "fixed"
# mobile header mode ["fixed", "normal", "auto"]
mobileMode = "auto"
# LoveIt NEW | 0.2.0 Header title config
[params.header.title]
# URL of the LOGO
# logo = "hydrogen_cropped_small.png"
# title name
name = "Luka Skorić"
# you can add extra information before the name (HTML format is supported), such as icons
pre = "<img src='/hydrogen_cropped_small.png' style='height:1.5em;vertical-align:text-bottom;' /img>  "
# you can add extra information after the name (HTML format is supported), such as icons
# post = "  <img src='hydrogen_cropped_small.png' style='height:1.5em;vertical-align:text-bottom;' /img>"
# LoveIt NEW | 0.2.5 whether to use typeit animation for title name
typeit = false
# Footer config
[params.footer]
enable = true
# LoveIt NEW | 0.2.0 Custom content (HTML format is supported)
custom = ''
# LoveIt NEW | 0.2.0 whether to show Hugo and theme info
hugo = false
# LoveIt NEW | 0.2.0 whether to show copyright info
copyright = true
# LoveIt NEW | 0.2.0 whether to show the author
author = true
# Site creation time
since = 2022
# ICP info only in China (HTML format is supported)
icp = ""
# license info (HTML format is supported)
license = '<a rel="license external nofollow noopener noreffer" href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC BY-NC 4.0</a>'
# Home page config
[params.home]
# LoveIt NEW | 0.2.0 amount of RSS pages
rss = 10
# Home page profile
[params.home.profile]
enable = true
# Gravatar Email for preferred avatar in home page
gravatarEmail = ""
# URL of avatar shown in home page
avatarURL = "profile_pic1.jpg"
# LoveIt CHANGED | 0.2.7 title shown in home page (HTML format is supported)
title = ""
# subtitle shown in home page (HTML format is supported)
subtitle = "Welcome to my personal website"
# whether to use typeit animation for subtitle
typeit = true
# whether to show social links
social = true
# LoveIt NEW | 0.2.0 disclaimer (HTML format is supported)
disclaimer = ""
# Home page posts
[params.home.posts]
enable = true
# special amount of posts in each home posts page
paginate = 6
# LoveIt DELETED | 0.2.0 replaced with hiddenFromHomePage in params.page
# default behavior when you don't set "hiddenFromHomePage" in front matter
defaultHiddenFromHomePage = false
# Social config about the author
[params.social]
GitHub = "Skoricius"
Linkedin = "luka-skoric"
Googlescholar = "yCXDDBkAAAAJ&hl=en"
ORCID = "0000-0002-2169-3008"
Email = "[email protected]"
RSS = false
[outputs]
home = ["HTML", "RSS", "JSON"]
# Multilingual
[languages]
[languages.en.params]
[languages.en.params.search]
enable = true
type = "lunr"
contentLength = 4000
placeholder = ""
maxResultLength = 10
snippetLength = 30
highlightTag = "em"
absoluteURL = false