-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
77 lines (62 loc) · 2.16 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
baseURL = 'https://nitmic.club.nitech.ac.jp/'
# languageCode = 'en-us'
# title = 'My New Hugo Site'
# theme = "mainroad"
# baseurl = "/"
title = "NITMic" # NITMicに変更
languageCode = "ja" # jaに変更
paginate = "10" # Number of posts per page
theme = "mainroad"
disqusShortname = "" # Enable comments by entering your Disqus shortname
googleAnalytics = "" # Enable Google Analytics by entering your tracking id
# hugo build 設定
noTimes = true
#日本語用の.Summary設定
hasCJKLanguage = true
summaryLength = 130
[taxonomies]
author = "authors"
member = "members"
tag = "tags"
category = "categories"
[Params]
description = "名古屋工業大学コンピュータ倶楽部NITMic公式ホームページ" # Description of your site
opengraph = true
twitter_cards = true
readmore = false # Show "Read more" button in list if true
authorbox = false
pager = true
post_meta = ["date","author","categories"] # Order of post meta information
highlightColor = "#ff9305" # ハイライトカラーを変更
customCSS = ["css/style.css"]
[Params.logo]
subtitle = "名古屋工業大学コンピュータ倶楽部" # Logo subtitle
image = "logo/logo.png"
[Params.sidebar]
home = "right" # Configure layout for home page
list = "right" # Configure layout for list pages
single = "right" # Configure layout for single pages
# Enable widgets in given order
widgets = [ "recent", "categories", "social" ,"taglist"]
[Params.widgets]
recent_num = 5 # Set the number of articles in the "Recent articles" widget
tags_counter = false # Enable counter for each tag in "Tags" widget (disabled by default)
[Params.widgets.social]
twitter = "nitmic_twi"
github = "nitmic"
[[Params.widgets.social.custom]]
title = " Booth"
icon = "booth_icon.svg"
url = "https://nitmic.booth.pm/"
[[Params.widgets.social.custom]]
title = "SoundCloud"
icon = "soundcloud_icon.svg"
url = "https://soundcloud.com/nitmic"
[[Params.widgets.social.custom]]
title = "Zenn"
icon = "logo-only-white.svg"
url = "https://zenn.dev/p/nitmic"
[[Params.widgets.social.custom]]
title = "YouTube"
icon = "youtube_icon.svg"
url = "https://www.youtube.com/@nitech-nitmic"