duckquill/config.toml

90 lines
3 KiB
TOML
Raw Normal View History

2023-10-13 00:55:20 +00:00
title = "Duckquill"
base_url = "https://duckquill.exozy.me"
description = "Modern, pretty, and clean theme."
2023-10-13 00:55:20 +00:00
compile_sass = true
minify_html = true
2023-10-13 00:55:20 +00:00
generate_feed = true
feed_filename = "atom.xml"
build_search_index = false
taxonomies = [
{name = "tags", feed = true},
]
[markdown]
highlight_code = true
highlight_theme = "css"
highlight_themes_css = [
{ theme = "solarized-dark", filename = "syntax-theme-dark.css" },
{ theme = "solarized-light", filename = "syntax-theme-light.css" },
]
smart_punctuation = true
[extra]
2023-11-02 21:23:42 +00:00
# Sets browser theme color,
# see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name/theme-color
2023-10-15 23:10:55 +00:00
primary_color = "#ff7800"
2023-11-02 21:23:42 +00:00
# If the favicon is GIF or not
animated_favicon = false
2023-11-02 21:23:42 +00:00
# Tera date format (not used in comments!),
# see https://docs.rs/chrono/0.4.31/chrono/format/strftime/index.html
# for all available variables.
2023-10-13 00:55:20 +00:00
date_format = "%d %B %Y"
2023-11-02 21:23:42 +00:00
# URL to issue tracker
2023-10-13 01:57:15 +00:00
issues_url = "https://git.exozy.me/daudix/duckquill/issues"
2023-11-02 21:23:42 +00:00
# URL to website's source code
2023-10-13 01:57:15 +00:00
source_url = "https://git.exozy.me/daudix/duckquill"
2023-11-02 21:23:42 +00:00
# Additional stylesheets; expects it to be in the ./static/ directory.
# If you are using Sass it will be compiled there anyway.
# stylesheets = [
# "YOUR_STYLE.css",
# "ALSO_YOUR_STYLE.css"
# ]
[extra.nav]
2023-11-02 21:23:42 +00:00
# Display RSS/Atom feed button in the nav
show_feed = true
2023-11-02 21:23:42 +00:00
# Show icons next to links in the nav
icons = true
2023-11-02 21:23:42 +00:00
# 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 = [
{url = "https://git.exozy.me/daudix/duckquill", name = "Repo", icon = "git"},
{url = "/demo", name = "Demo", icon = "car-front-fill"},
{url = "/blog", name = "Blog", icon = "journal-bookmark-fill"},
2023-10-13 00:55:20 +00:00
]
[extra.footer]
2023-11-02 21:23:42 +00:00
# URL to the website without the https:// part, used for Johnvertisement leaderboard
2023-10-13 00:55:20 +00:00
johnvert_ref = "daudix.exozy.me"
2023-11-02 21:23:42 +00:00
# "© Title, YEAR" in the footer
2023-10-13 00:55:20 +00:00
show_copyright = true
2023-11-02 21:23:42 +00:00
# Johnvertisement in the footer
2023-10-13 00:55:20 +00:00
show_johnvert = false
2023-11-02 21:23:42 +00:00
# "Powered by Zola and Duckquill" in footer
2023-10-13 00:55:20 +00:00
show_powered_by = true
2023-11-02 21:23:42 +00:00
# Link to website source
2023-10-13 00:55:20 +00:00
show_source = true
2023-11-02 21:23:42 +00:00
# Based on https://github.com/cassidyjames/cassidyjames.github.io/blob/75cd2a202de7a1026de1ea00a4ef1d5b2675c7ff/_config.yaml#L35-L74
#
# Mastodon-powered commenting.
# Values can be overridden in front-matter, e.g.
# for multi-author blogs or guest posts.
#
# These variables are also used for Mastodon verification,
# the needed rel="me" link is set in the head based on these.
2023-10-13 00:55:20 +00:00
[extra.comments]
2023-11-02 21:23:42 +00:00
# Your Mastodon API host; this should be where you have an account
2023-10-13 00:55:20 +00:00
host = "mstdn.social"
2023-11-02 21:23:42 +00:00
# Used to determine who the original/verified poster is;
# role may be expanded in the future (e.g. for moderation).
2023-10-13 00:55:20 +00:00
user = "Daudix"
2023-11-02 21:23:42 +00:00
# Optional; required to fetch more than 60 replies to any given blog post.
# Application access token with read:statuses scope; NOTE: IF INCLUDED, ANYONE
# WILL BE ABLE TO READ THE ASSOCIATED ACCOUNT'S PRIVATE STATUSES. It is highly
# recommended to use a dedicated bot/API account to create an application with
# scope read:statuses.
2023-10-13 00:55:20 +00:00
token = "jTNX9pAV8XEPBby0cPWF6CmGY60kkIy4vidggfxXmoQ"