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 }} +