From f3406e0120bdf9cc829b3cc7d96143713d099d5a Mon Sep 17 00:00:00 2001 From: "Jae Lo Presti [j4]" Date: Wed, 24 Apr 2024 02:50:52 +0300 Subject: [PATCH] style: update style and add more content --- hugo.toml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/hugo.toml b/hugo.toml index c6b5197..261d25e 100644 --- a/hugo.toml +++ b/hugo.toml @@ -5,3 +5,34 @@ theme = 'risotto' sectionPagesMenu = 'main' copyright = 'A Furry Tech project.' + +DefaultContentLanguage = "en-us" +enableInlineShortcodes = true + +paginate = 3 + +[params.theme] +palette = "tokyo-night-dark" + +[params.about] +title = "Furry Matrix" +description = "A collection of ressources for furries... on Matrix." +# unicode/emoji logo: +logo = "🐾" + +[[params.socialLinks]] +icon = "fa-brands fa-github" +title = "GitHub" +url = "https://github.com/furdation/furrymatrix.info" + +[markup.goldmark.renderer] +unsafe = true + +[markup] + +# Table of contents +# Add toc = true to content front matter to enable +[markup.tableOfContents] +startLevel = 2 +endLevel = 3 +ordered = true