From 66540c9496edf08a328fcfb69719503bb01f3ea8 Mon Sep 17 00:00:00 2001 From: Philipp Neumann Date: Fri, 14 Aug 2020 22:09:13 +0200 Subject: [PATCH] Wiki added --- config.toml | 18 ++++++++++++++++++ .../layouts/partials/navigation.html | 5 +++++ 2 files changed, 23 insertions(+) diff --git a/config.toml b/config.toml index 54a053a..9ee896e 100644 --- a/config.toml +++ b/config.toml @@ -116,6 +116,24 @@ title = "Twitter" description = "https://twitter.com/vvoid_camp" 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 [params.cta] enable = false diff --git a/themes/infinity-hugo/layouts/partials/navigation.html b/themes/infinity-hugo/layouts/partials/navigation.html index 448f22b..7153a4c 100644 --- a/themes/infinity-hugo/layouts/partials/navigation.html +++ b/themes/infinity-hugo/layouts/partials/navigation.html @@ -36,6 +36,11 @@ {{ end }} +