-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
117 lines (109 loc) · 3.7 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
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
baseURL = "https://atsuyaw.github.io"
title = "渡邉充哉"
enableRobotsTXT = true
publishDir = "docs"
canonifyurls = false
gems = "jekyll-redirect-from"
DefaultContentLanguage = "ja"
googleAnalytics = "G-HNVCPLHT68"
enableGitInfo = true
[Languages]
[Languages.ja]
weight = 1
languageCode = "ja"
[Languages.en]
weight = 2
languageCode = "en"
title = "Atsuya Watanabe's Personal Web-site"
[module]
[[module.imports]]
path = 'github.com/Lednerb/bilberry-hugo-theme/v4'
[params]
author = "Atsuya Watanabe"
github = "atsuyaw"
location = "Osaka Metropolitan University"
resizeImages = true
avatarEmail = "[email protected]"
customImage = "https://atsuyaw.github.io/images/avatar.jpg"
permanentTopNav = true
stickyNav = true
showHeaderLanguageChooser = true
enableMomentJs = false
enableLightDarkTheme = true
dateFormat = "2006-01-02"
showReadingTime = false
showFooter = true
showArchive = true
showFooterLanguageChooser = true
archiveDateGrouping = "2006"
amountLatestPostsInFooter = 5
copyrightUrl = "https://github.com/atsuyaw/atsuyaw.github.io"
copyrightUseCurrentYear = true
copyrightBy = "Atsuya Watanabe"
# creditsText = "Lednerb/bilberry-hugo-theme"
# creditsUrl = "https://github.com/atsuyaw/atsuyaw.github.io"
# dafaultNoimage = "/no-image.png"
headlineFont = ["'Roboto', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'BIZ UDPGothic', 'Yu Gothic Medium', 'YuGothic', 'Meiryo', 'Font Awesome 6 Free', sans-serif"]
contentFont = ["'Roboto', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'BIZ UDPGothic', 'Yu Gothic Medium', 'YuGothic', 'Meiryo', 'Font Awesome 6 Free', sans-serif"]
articleFooterfont = ["'Roboto', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'BIZ UDPGothic', 'Yu Gothic Medium', 'YuGothic', 'Meiryo', 'Font Awesome 6 Free', sans-serif"]
pageBackgroundColor = "#ddd"
# baseColor = "#604c38"# mDarkBrown
specialColor = "#23303b"# mDarkTeal
highlightColor = "#1080aa"
textColor = "#23373b"#
headerTextColor = "#f1f1f1"
navTextColor = "#f1f1f1"
articleBackgroundColor = "#f1f1f1"
metaBorderColor = "#23373b20"
metaTextColor = "#23373b"
footerBackgroundColor = "#f1f1f1"
css_modules = [
"/sass/custom.css",
"//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.css",
"https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css"
]
js_modules = ["..", "//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.js","init-cookieconsent.js"]
socialMediaLinks = [
{ link = "https://orcid.org/0000-0002-6861-7352", icon = "fab fa-orcid" },
{ link = "https://scholar.google.com/citations?hl=ja&user=WOwPSkEAAAAJ", icon = "ai ai-google-scholar" },
{ link = "https://www.webofscience.com/wos/author/rid/AAD-7527-2021", icon = "ai ai-clarivate"},
{ link = "https://www.scopus.com/authid/detail.uri?authorId=57211107471", icon = "ai ai-scopus" },
{ link = "https://github.com/atsuyaw", icon = "fab fa-github"}
]
[frontmatter]
lastmod = [":git",":fileModTime"]# Only for metadata and search engine
publishDate = ["publishDate","date","lastmod",":git"]# Displayed in "META"
date = ["date",":git"]# Affects sort
[markup]
defaultMarkdownHandler = 'goldmark'
[markup.goldmark]
[markup.goldmark.renderer]
# change to 'true' if you need to render raw HTML within your markdown content
unsafe = true
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ''
hl_inline = false
lineAnchors = ''
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
noHl = false
style = 'monokai'
tabWidth = 4
[markup.tableOfContents]
endLevel = 5
ordered = false
startLevel = 2
# don't change anything below
[taxonomies]
author = "author"
tag = "tags"
category = "categories"
series = "series"
[outputs]
home = [ "HTML", "JSON", "RSS" ]
page = [ "HTML" ]