Skip to content

Commit

Permalink
style: update style and add more content
Browse files Browse the repository at this point in the history
  • Loading branch information
jae1911 committed Apr 23, 2024
1 parent f775e19 commit f3406e0
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f3406e0

Please sign in to comment.