This repository was archived by the owner on Jan 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
99 lines (86 loc) · 2.18 KB
/
config.toml
File metadata and controls
99 lines (86 loc) · 2.18 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
baseURL = "https://www.drossel.studio/"
languageCode = "ja-jp"
title = "Drossel Studio"
theme = "timer-hugo"
# We Used Ionicons Icon font for Icon, for more details check this link - https://ionicons.com/
# Navbar Menus
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Gallery"
url = "gallery"
weight = 2
[[menu.main]]
name = "Blog"
url = "blog"
weight = 3
[[menu.main]]
name = "Activity"
url = "activity"
weight = 4
[[menu.main]]
name = "Contact"
url = "contact"
weight = 5
# Site Params
[params]
home = "Home"
logo = "images/DS/hpHeader.png"
dateFormat = "6 January 2006"
# Meta data
description = "Drossel/Studioはゲームを中心に様々なデジタルコンテンツを開発するサークルです。"
author = "Drossel/Studio"
# Google Analitycs
googleAnalitycsID = "Your ID"
# contact form action
contactFormAction = "#" # contact form works with https://formspree.io
# Banner Section
[params.banner]
enable = true
bgImage = "images/header.png"
heading = ""
description = ""
# button
btn = false
btnText = "Download More"
btnURL = "https://themefisher.com/"
# flip text
#[[params.banner.flipText]]
#title = "DESIGNER"
#[[params.banner.flipText]]
#title = "DEVELOPER"
#[[params.banner.flipText]]
#title = "FATHER"
# Homepage About Section
[params.about]
enable = true
title = "ABOUT"
content = "Drossel/Studioはゲームを中心に様々なデジタルコンテンツを開発するサークルです。"
image = "images/DS/DSlogo2.png"
# Call to Action
[params.cta]
enable = false
title = "SO WHAT YOU THINK ?"
content = "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nobis,<br>possimus commodi, fugiat magnam temporibus vero magni recusandae? Dolore, maxime praesentium."
btnText = "Contact with me"
btnURL = "/contact"
# Portfolio Section On Homepage
[params.portfolio]
enable = true
title = "Works"
subtitle= ""
# social icon
# [[params.socialIcon]]
# icon = "ion-social-facebook"
# url = "#"
# [[params.socialIcon]]
# icon = "ion-social-instagram"
# url = "#"
# [[params.socialIcon]]
# icon = "ion-social-linkedin"
# url = "#"
# HTMLタグ埋め込みの有効化
[markup.goldmark.renderer]
unsafe= true