Wiki added
This commit is contained in:
parent
5d1c27d9f3
commit
66540c9496
18
config.toml
18
config.toml
@ -116,6 +116,24 @@ title = "Twitter"
|
|||||||
description = "https://twitter.com/vvoid_camp"
|
description = "https://twitter.com/vvoid_camp"
|
||||||
delay = "1.4s"
|
delay = "1.4s"
|
||||||
|
|
||||||
|
[[params.service.serviceItem]]
|
||||||
|
# give icon(themefisher icon font), title, description
|
||||||
|
# more about themefisher icon font visit https://github.com/themefisher/themefisher-font
|
||||||
|
# use delay for reveal items one by one
|
||||||
|
icon = "tf-ion-clipboard"
|
||||||
|
title = "Wiki"
|
||||||
|
description = "https://wiki.vvoid.camp"
|
||||||
|
delay = "1.6s"
|
||||||
|
|
||||||
|
[[params.service.serviceItem]]
|
||||||
|
# give icon(themefisher icon font), title, description
|
||||||
|
# more about themefisher icon font visit https://github.com/themefisher/themefisher-font
|
||||||
|
# use delay for reveal items one by one
|
||||||
|
icon = "tf-ion-android-checkmark-circle"
|
||||||
|
title = "FAQ"
|
||||||
|
description = "https://wiki.vvoid.camp/doku.php?id=faq"
|
||||||
|
delay = "1.8s"
|
||||||
|
|
||||||
# Call to Action Section
|
# Call to Action Section
|
||||||
[params.cta]
|
[params.cta]
|
||||||
enable = false
|
enable = false
|
||||||
|
@ -36,6 +36,11 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="btn btn-tickets" href="https://wiki.vvoid.camp" role="button">
|
||||||
|
Wiki
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="btn btn-tickets" href="https://tickets.vvoid.camp" role="button">
|
<a class="btn btn-tickets" href="https://tickets.vvoid.camp" role="button">
|
||||||
Tickets
|
Tickets
|
||||||
|
Loading…
x
Reference in New Issue
Block a user