-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
200 lines (171 loc) · 6.8 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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
baseURL = "https://miscord.win/"
languageCode = "ja"
title = "Miscord"
theme = "personal-site"
summaryLength = 10
[Author] # Used in authorbox
name = "Miscord"
bio = "このウェブサイトは Miscord のディベロッパーグループにより管理されています。"
avatar = "img/miscord-45866080.png"
email = "[email protected]"
[Params]
subTitle = "Offical Website"
description = "MIS.W OB/OG/現役 による非公式コミュニティ Miscord の公式ウェブサイトです。" # Site Description. Used in meta description
images = ["mg/miscord-45866080.pnig"]
copyright = "Miscord" # Copyright holder, otherwise will use .Site.Title
opengraph = true # Enable OpenGraph if true
twitter_cards = true # Enable Twitter Cards if true
mainSections = ["info"] # Set main page sections
dateFormat = "January 02, 2006" # Change the format of dates
customCSS = ["css/custom.css"] # Include custom CSS files
customJS = []
mainMenuAlignment = "right" # Align main menu (desktop version) to the right side
authorbox = true # Show authorbox at bottom of single pages if true
comments = true # Enable comments for all site pages
related = true # Enable Related content for single pages
relatedMax = 5
mathjax = false # Enable MathJax for all site pages
hideNoPostsWarning = false # Don't show no posts empty state warning in main page, if true
fontUnit = "em"
largestFontSize = 2.5
smallestFontSize = 1
googleSearchConsole = "https://cse.google.com/cse?cx=5005ed4c4c8be42cc"
# GoogleAnalytics = ""
# fb_admins =
# fb_app_id =
paginateLength = 5
# adsenseId =
# Google Search custom, more info: https://cse.google.com/cse/all
customSearchId = "5005ed4c4c8be42cc"
endMessagePost = "記事の修正リクエストは GitHub で行えます "
# Link repo to edit content
editContentPageLink = "https://github.com/miscord-dev/miscord-web-dev/edit/main/content/"
# Formspree form contact id, more info: https://cse.google.com/cse/all
formspreeId = ""
[Params.Hero]
title = "Miscord Web"
desc = "Miscord は MIS.W の OB/OG/現役 による非公式コミュニティです。"
[Params.Entry]
meta = ["date", "categories"] # Enable meta fields in given order
toc = true # Enable Table of Contents
tocOpen = false # Open Table of Contents block. Optional
[Params.Featured]
previewOnly = false # Show only preview featured image
[Params.Comments]
repository = "" # Repository to host your comment, ex: username/repo
# Navigation bar
[menu]
[[menu.main]]
identifier = "Miscordとは"
pre = "👤"
url = "/about"
weight = 1
# [[menu.main]]
# identifier = "お知らせ"
# pre = "📢"
# url = "/info"
# weight = 2
# [[menu.main]]
# identifier = "ブログ"
# pre = "📝"
# url = "/tags/blog"
# weight = 3
[[menu.main]]
identifier = "老人企画"
pre = "🖌️"
url = "/rojin"
weight = 4
[[menu.main]]
identifier = "メンバーの作品"
pre = "📌"
url = "/works"
weight = 5
[[menu.main]]
identifier = "コンタクト"
pre = "🤙"
url = "/contact"
weight = 6
[Params.Breadcrumb]
enable = true # Enable breadcrumb block globally
homeText = "Home" # Home node text
[Params.Social]
twitter = "miscord_info"
github = "miscord-dev"
[Params.Share] # Entry Share block
facebook = true
twitter = true
reddit = true
pinterest = true
# Web App Manifest settings
# https://www.w3.org/TR/appmanifest/
# https://developers.google.com/web/fundamentals/web-app-manifest/
[Params.Manifest]
name = "Miscord"
shortName = "Miscord"
display = "standalone"
startUrl = "/?utm_source=homescreen"
backgroundColor = "#8dc153"
themeColor = "#1da1f2"
description = "Miscord公式サイト"
orientation = "portrait"
scope = "/"
[outputFormats]
[outputFormats.MANIFEST]
mediaType = "application/json"
baseName = "manifest"
isPlainText = true
notAlternative = true
[outputs]
home = ["HTML", "RSS", "MANIFEST"]
enableRobotsTXT = true
# Pagination
Paginate = 3
# Code
[markup]
# defaultMarkdownHandler = "blackfriday"
[markup.goldmark]
[markup.goldmark.extensions]
definitionList = true
footnote = true
linkify = true
strikethrough = true
table = true
taskList = true
typographer = true
[markup.goldmark.parser]
attribute = true
autoHeadingID = true
autoHeadingIDType = "github"
[markup.goldmark.renderer]
hardWraps = false
unsafe = true
xhtml = false
[markup.blackFriday]
angledQuotes = false
footnoteAnchorPrefix = ""
footnoteReturnLinkContents= ""
fractions = true
hrefTargetBlank = false
latexDashes = true
nofollowLinks = false
noreferrerLinks = false
plainIDAnchors = true
skipHTML = false
smartDashes = true
smartypants = true
smartypantsQuotesNBSP = false
taskLists = true
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = false
noClasses = false
style = "dracula"
tabWidth = 4
[markup.tableOfContents]
endLevel = 6
ordered = false
startLevel = 2