forked from abetterinternet/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
38 lines (32 loc) · 1.11 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
baseURL = "https://www.siqiangluo.com/"
languageCode = "en-us"
contentDir = "content/en"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
[params]
copyrighthtml = "© 2022 Dr. Luo Siqiang's Research Group. All rights reserved."
address = "50 Nanyang Ave, #32 Block N4 #02a, Singapore 639798"
twitter_card_format = "summary"
# Date and time formatting, see https://gohugo.io/functions/format/
time_format_RFC3339 = "2006-01-02T15:04:05Z07:00"
time_format_RFC822 = "Mon, 02 Jan 2006 15:04:05 -0700"
time_format_default = "Jan 2, 2006"
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark]
[markup.goldmark.extensions]
typographer = false
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.parser]
# To keep § ids identical after the migration from blackfriday to goldmark
autoHeadingIDType = "blackfriday"
[languages]
[languages.en]
title = "Siqiang Luo | Siqiang Luo's Homepage"
languageName ="English"
# Weight used for sorting.
weight = 1
description = """
ISRG’s mission is to reduce financial, technological, and educational barriers to secure communication over the Internet.
"""