-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
117 lines (103 loc) · 3.02 KB
/
config.toml
File metadata and controls
117 lines (103 loc) · 3.02 KB
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://professors.nctucsunion.me/"
metaDataFormat = "yaml"
title = "教授專題介紹網站"
theme = "blist"
DefaultContentLanguage = "zh-tw"
DefaultContentLanguageInSubdir = true
[languages]
[languages.zh-tw]
contentDir = "content/zh-tw/" # Chinese
weight = 1
languageName = "中文"
#title = "陽交大資工系學會"
#description = "Modernes Blog-Theme für Ihre Hugo-Site."
[languages.zh-tw.params]
introTitle = "教授專題介紹網站"
introSubtitle = "歡迎來到交大資工系學會"
introPhoto = "/csunion-yellow.png"
logo = "/csunion-yellow.png"
[[languages.zh-tw.menu.main]]
name = "教授列表"
url = "blog/"
weight = 1
[[languages.zh-tw.menu.main]]
name = "關於"
url = "page/about/"
weight = 2
[[languages.zh-tw.menu.main]]
name = "標籤"
url = "tags/"
weight = 3
[languages.en]
contentDir = "content/en/" #English
weight = 2
languageName = "English"
[languages.en.params]
introTitle = "NYCU CS UNION"
introSubtitle = "Introducing professors of NYCU CS department"
introPhoto = "/csunion-yellow.png"
logo = "/csunion-yellow.png"
# [[languages.en.menu.main]]
# name = "Blog"
# url = "blog/"
# weight = 1
#
[[languages.en.menu.main]]
name = "About"
url = "page/about/"
weight = 2
#
# [[languages.en.menu.main]]
# name = "Tags"
# url = "tags/"
# weight = 3
#
# [[languages.en.menu.main]]
# name = "Top Post"
# url = "/en/blog/emoji-support/"
# weight = 4
#
#
# [languages.dy]
# contentDir = "content/dy" #Example language
# weight = 3
# languageName = "Test Language"
[params]
# Enable the darkmode toggle in header
darkModeToggle = true
# Enable search in header
enableSearch = false
# Custom copyright - optional
copyright = "Copyright © 2022 - NYCU CS Union · All rights reserved"
favicon = "/csunion-logo.png"
# 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"
# The page bundle that is shown on the front page
frontBundle = "blog"
[params.homepage.social]
# Global params xommon for both languages
title = "Follow us"
description = "Follow us on facebook & github"
twitter = "https://www.facebook.com/nctucs.assoc"
#linkedin = "https://linkedin.com/in/"
#xing = "https://www.xing.com/profile/"
github = "https://github.com/NCTUCSUnion"
#medium = "https://medium.com/"
#reddit = "https://reddit.com/"
#dribbble = "https://dribbble.com/"
[[menu.main]]
name = "About"
url = "/about/"
[build]
writeStats = true
[outputs]
home = ["HTML", "RSS", "JSON"]
# syntax highlight settings
[markup]
[markup.highlight]
style = "dracula"
[markup.goldmark.renderer]
# Enable to include inline HTML
unsafe = true