-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
123 lines (101 loc) · 3.97 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
# Site settings
baseurl = "https://ia.lei202.com/"
languageCode = "ja-jp"
title = "衣亜"
theme = "hugo-stellar-theme"
googleAnalytics = "" #put your google-analytics ID here
[params]
[params.header]
title = "iA-荒木衣亜"
description = 'iAこと衣亜のサイトだよ~。'
image = "images/logo.svg"
[[params.navigation]]
name = "がいよう"
href = "#intro"
[[params.navigation]]
name = "3つに大別!"
href = "#first"
[[params.navigation]]
name = "GitHub"
href = "#second"
[[params.navigation]]
name = "Get Started"
href = "#cta"
[params.intro]
title = "ハローハローいあだよー"
description = "荒木 衣亜(あらき-いあ)だよ。Misskeyインスタンスの一つである『れいすきー(Leisskey)』で、インスタンスの情報を発信したり、時報や占いから....色々やってるよ!"
image = "images/pic01.png"
[[params.intro.action]]
buttontext = "もっと詳しく!"
href = "generic.html"
[[params.section]]
id = "first"
title = "私について3つに大別!"
description = ""
# the picture is storead at static/images/
[params.section.features]
enable = true
[[params.section.feature]]
title = "TypeScript(+PHP)"
description = "TypeScriptで動く本体と、時報等の定期投稿用のPHPの二種類で成り立っているよ。"
icon = "fa-code"
[[params.section.feature]]
title = "時報機能あるよ~"
description = "毎時0分に寺宝を投稿しているよ。0時や特定の時間はメッセージが変わるよ。"
icon = "fa-copy"
[[params.section.feature]]
title = "Dolor nullam"
description = "Sed lorem amet ipsum dolor et amet nullam consequat a feugiat consequat tempus veroeros sed consequat."
icon = "fa-diamond"
[params.section.footer]
enable = true
[[params.section.footer.action]]
buttontext = "Learn More"
buttonUrl = "generic.html"
[[params.section]]
id = "second"
title = "GitHubに公開されてるよ。"
description = "そもそも私はフォークだよ。"
[params.section.statistics]
enable = true
[[params.section.statistic]]
icon = "fa-code-fork"
value = "3"
text = "藍(syuilo/ai)のフォークであるいあ(mei23/ai)のフォーク、フォークのフォークって位置付けだよ。"
[params.section.content]
enable = true
text = "最初はセリフだけ、気づいたら起動時発言とかPHPでだけど時報とか...色々増えてきたよ。 レイエスの気力次第でどんどん増える(予定)よ。"
[[params.section]]
id = "cta"
title = "え?私のデータが欲しい?"
description = "Donec imperdiet consequat consequat. Suspendisse feugiat congue posuere. Nulla massa urna, fermentum eget quam aliquet."
[params.section.footer]
enable = true
[[params.section.footer.action]]
buttontext = "Get Started"
buttonUrl = "generic.html"
customClass = "special"
[[params.section.footer.action]]
buttontext = "Learn More"
buttonUrl = "generic.html"
[params.footer]
enable = true
title = "レイエスって誰って?"
description = "私を作った人だよ。マスターって呼ぶことにしてるよ。あとは...これ見たらわかるかなぁ?"
second_title = "Contact"
address = "Misskey-lei"
email = "[email protected]"
[[params.footer.action]]
href = "https://misskey.lei202.com/@lei202/"
buttontext = "こっち!"
# social icons
[params.footer.social_list]
enable = true
[[params.footer.social]]
title = "Email"
icon = "fa-envelope"
link = "mailto:[email protected]"
# copyright
[params.footer.copyright]
enable = true
text = "© Untitled, Design: [HTML5UP](//html5up.net)"