feat: Update config to reflect removal of the icon font

This commit is contained in:
daudix
2024-01-29 16:09:20 +03:00
parent d9e25db705
commit 83e5d27035

View File

@ -50,10 +50,7 @@ source_url = "https://codeberg.org/daudix/duckquill"
[extra.nav] [extra.nav]
# Display Atom/RSS feed button in the nav # Display Atom/RSS feed button in the nav
show_feed = true show_feed = true
# Whether to use icons in the nav # Links used in the nav
icons = true
# Links used in the nav; any icon from https://icons.getbootstrap.com
# can be used as the icon. The bi- prefix should not be added.
links = [ links = [
{url = "https://codeberg.org/daudix/duckquill", name = "Repo", icon = "code-slash"}, {url = "https://codeberg.org/daudix/duckquill", name = "Repo", icon = "code-slash"},
{url = "$BASE_URL/demo", name = "Demo", icon = "car-front"}, {url = "$BASE_URL/demo", name = "Demo", icon = "car-front"},
@ -83,6 +80,5 @@ show_source = true
[extra.comments] [extra.comments]
# Your Mastodon API host; this should be where you have an account # Your Mastodon API host; this should be where you have an account
host = "mstdn.social" host = "mstdn.social"
# Used to determine who the original/verified poster is; # Used to determine who the original poster is
# role may be expanded in the future (e.g. for moderation).
user = "Daudix" user = "Daudix"