-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.toml
39 lines (39 loc) · 1.06 KB
/
theme.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
hasCJKLanguage = true
baseurl = "https://ie.u-ryukyu.ac.jp/~kono/hugo/" # Include trailing slash
title = "home"
copyright = "Copyright © 2021-2023"
# canonifyurls = true
paginate = 10
theme = "ie-hugo-theme"
drafts = false
enableRobotsTXT = true
[languages]
[languages.en]
title = "Your Website Title in English"
languageName = "English"
contentDir = "content/en"
weight = 1
[languages.ja]
title = "Your Website Title in Japanese"
languageName = "日本語"
contentDir = "content/ja"
[params]
description = "This is a multilingual Hugo site"
author = "Author Name"
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 10
[[menu.main]]
identifier = "hugo"
name = "Hugo"
url = "/"
weight = 20
[permalinks]
section = "/:sections/:title/"
[frontmatter]
date = [ "date", ":filename", ":default"]
publishDate = [ "publishDate", "date"]
lastmod = [ "lastmod", ":fileModTime", "publishDate"]
expiryDate = [ "expiryDate"]