179 lines
8.9 KiB
TOML
179 lines
8.9 KiB
TOML
|
base_url = "https://jone.rs"
|
||
|
title = "jone.rs"
|
||
|
description = "Joners FOSS self-hosting space"
|
||
|
theme = "duckquill"
|
||
|
|
||
|
compile_sass = true
|
||
|
minify_html = true
|
||
|
generate_feeds = true
|
||
|
# Only the first file will be used in the navbar feed button,
|
||
|
# other feeds will still be available in page's head.
|
||
|
feed_filenames = ["rss.xml", "atom.xml"]
|
||
|
build_search_index = true
|
||
|
author = "Joners"
|
||
|
|
||
|
default_language = "de"
|
||
|
|
||
|
taxonomies = [{ name = "tags", feed = true }, { name = "service", 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
|
||
|
bottom_footnotes = true
|
||
|
|
||
|
[search]
|
||
|
# index_format = "elasticlunr_json"
|
||
|
index_format = "fuse_json"
|
||
|
|
||
|
[languages.en]
|
||
|
title = "jone.rs"
|
||
|
description = "Joners FOSS self-hosting space"
|
||
|
generate_feeds = true
|
||
|
|
||
|
taxonomies = [{ name = "tags", feed = true }, { name = "service", feed = true }]
|
||
|
|
||
|
[extra]
|
||
|
# Which theme should be used by default (light/dark).
|
||
|
# default_theme = "dark"
|
||
|
|
||
|
# Sets theme and browser theme color.
|
||
|
# See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name/theme-color
|
||
|
# accent_color = "#ff7800"
|
||
|
|
||
|
# Ditto but for the dark theme.
|
||
|
# If not set regular variant will be used.
|
||
|
# accent_color_dark = "#ffa348"
|
||
|
|
||
|
# Whether to fix low contrast in text selection, checkboxes, etc.
|
||
|
# Use only if the default doesn't provide enough contrast, e.g. the accent color is set to yellow.
|
||
|
#
|
||
|
# fix_contrast = true
|
||
|
|
||
|
# Ditto but for the dark theme.
|
||
|
# fix_contrast_dark = true
|
||
|
|
||
|
# Whether to use fonts bundled with Duckquill instead of system ones.
|
||
|
# Keep in mind that it also changes the style of headings.
|
||
|
bundled_fonts = true
|
||
|
|
||
|
# URL to website's issue tracker
|
||
|
issues_url = "https://git.jone.rs/joners/jone.rs/issues"
|
||
|
# URL to website's source code
|
||
|
source_url = "https://git.jone.rs/joners/jone.rs"
|
||
|
|
||
|
# Whether to show "copy code" button on all code blocks
|
||
|
# that have the language set.
|
||
|
# See https://www.getzola.org/documentation/content/syntax-highlighting/
|
||
|
show_copy_button = true
|
||
|
|
||
|
# Whether to show estimated read time in posts.
|
||
|
show_reading_time = true
|
||
|
|
||
|
# Whether to show a share button in article's quick actions.
|
||
|
# Uses https://shareopenly.org.
|
||
|
show_share_button = true
|
||
|
|
||
|
# Whether to show the backlinks button for linked articles in the article's quick actions
|
||
|
show_backlinks = true
|
||
|
|
||
|
# Whether to enable the KaTeX library for rendering LaTeX.
|
||
|
# Note: This will make your page significantly heavier.
|
||
|
# Instead, consider enabling it per page/section.
|
||
|
# katex = false
|
||
|
|
||
|
# Whether to render table of contents on all pages.
|
||
|
# Will not be rendered if page doesn't have any headings.
|
||
|
# Can be set per page/section.
|
||
|
# toc = true
|
||
|
|
||
|
# Whether to render inline table of contents at the top of all pages,
|
||
|
# in addition to floating quick navigation buttons.
|
||
|
# Can be set per page/section.
|
||
|
# toc_inline = true
|
||
|
|
||
|
# Whether to use numbered (ordered) list for table of contents.
|
||
|
# Can be set per page/section.
|
||
|
# toc_ordered = true
|
||
|
|
||
|
# Custom separator used across the theme.
|
||
|
# separator = "•"
|
||
|
# Custom separator used in title tag and posts metadata.
|
||
|
# title_separator = "-"
|
||
|
|
||
|
[extra.nav]
|
||
|
# Whether to automatically hide nav when not hovered or focused
|
||
|
# auto_hide = true
|
||
|
# Whether to show the Atom/RSS feed button in the nav
|
||
|
show_feed = true
|
||
|
# Whether to show the manual theme switcher in the nav
|
||
|
show_theme_switcher = true
|
||
|
# Whether to show the link to the source repository in the nav
|
||
|
show_repo = false
|
||
|
# Links used in the nav.
|
||
|
# For local files use same link format as in Markdown,
|
||
|
# i.e. "@/blog/_index.md".
|
||
|
# See https://www.getzola.org/documentation/content/linking/#internal-links
|
||
|
links = [
|
||
|
# { name = "Links", menu = [
|
||
|
# { url = "@/blog/_index.md", name = "Blog" },
|
||
|
# { url = "@/demo/index.md", name = "Demo" },
|
||
|
# { url = "@/mods/index.md", name = "Mods" }
|
||
|
# ] },
|
||
|
{ url = "@/blog/_index.md", name = "Blog" },
|
||
|
{ url = "@/services/_index.md", name = "Services" },
|
||
|
{ url = "https://liberapay.com/Joners", name = "Spende" }
|
||
|
]
|
||
|
|
||
|
[extra.footer]
|
||
|
# Links used in the footer.
|
||
|
# Same as the nav ones.
|
||
|
links = [
|
||
|
{ url = "@/imprint/index.md", name = "Imprint" },
|
||
|
{ url = "@/services/_index.md", name = "Services" },
|
||
|
{ url = "https://status.jone.rs/status/joners", name = "Status" }
|
||
|
]
|
||
|
# Social links in the footer.
|
||
|
# Any URL-encoded SVG can be used as an icon.
|
||
|
# https://simpleicons.org is the recommended source of SVG icons.
|
||
|
# For URL encoding use https://yoksel.github.io/url-encoder/.
|
||
|
# Make sure that "external quotes" are set to "double".
|
||
|
socials = [
|
||
|
{ url = "https://git.jone.rs/joners", name = "Forgejo", icon = "%3Csvg role='img' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EForgejo%3C/title%3E%3Cpath d='M16.7773 0c1.6018 0 2.9004 1.2986 2.9004 2.9005s-1.2986 2.9004-2.9004 2.9004c-1.0854 0-2.0315-.596-2.5288-1.4787H12.91c-2.3322 0-4.2272 1.8718-4.2649 4.195l-.0007 2.1175a7.0759 7.0759 0 0 1 4.148-1.4205l.1176-.001 1.3385.0002c.4973-.8827 1.4434-1.4788 2.5288-1.4788 1.6018 0 2.9004 1.2986 2.9004 2.9005s-1.2986 2.9004-2.9004 2.9004c-1.0854 0-2.0315-.596-2.5288-1.4787H12.91c-2.3322 0-4.2272 1.8718-4.2649 4.195l-.0007 2.319c.8827.4973 1.4788 1.4434 1.4788 2.5287 0 1.602-1.2986 2.9005-2.9005 2.9005-1.6018 0-2.9004-1.2986-2.9004-2.9005 0-1.0853.596-2.0314 1.4788-2.5287l-.0002-9.9831c0-3.887 3.1195-7.0453 6.9915-7.108l.1176-.001h1.3385C14.7458.5962 15.692 0 16.7773 0ZM7.2227 19.9052c-.6596 0-1.1943.5347-1.1943 1.1943s.5347 1.1943 1.1943 1.1943 1.1944-.5347 1.1944-1.1943-.5348-1.1943-1.1944-1.1943Zm9.5546-10.4644c-.6596 0-1.1944.5347-1.1944 1.1943s.5348 1.1943 1.1944 1.1943c.6596 0 1.1943-.5347 1.1943-1.1943s-.5347-1.1943-1.1943-1.1943Zm0-7.7346c-.6596 0-1.1944.5347-1.1944 1.1943s.5348 1.1943 1.1944 1.1943c.6596 0 1.1943-.5347 1.1943-1.1943s-.5347-1.1943-1.1943-1.1943Z'/%3E%3C/svg%3E" },
|
||
|
{ url = "https://social.jone.rs/@joners", name = "Mastodon", icon = "%3Csvg role='img' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EMastodon%3C/title%3E%3Cpath d='M23.268 5.313c-.35-2.578-2.617-4.61-5.304-5.004C17.51.242 15.792 0 11.813 0h-.03c-3.98 0-4.835.242-5.288.309C3.882.692 1.496 2.518.917 5.127.64 6.412.61 7.837.661 9.143c.074 1.874.088 3.745.26 5.611.118 1.24.325 2.47.62 3.68.55 2.237 2.777 4.098 4.96 4.857 2.336.792 4.849.923 7.256.38.265-.061.527-.132.786-.213.585-.184 1.27-.39 1.774-.753a.057.057 0 0 0 .023-.043v-1.809a.052.052 0 0 0-.02-.041.053.053 0 0 0-.046-.01 20.282 20.282 0 0 1-4.709.545c-2.73 0-3.463-1.284-3.674-1.818a5.593 5.593 0 0 1-.319-1.433.053.053 0 0 1 .066-.054c1.517.363 3.072.546 4.632.546.376 0 .75 0 1.125-.01 1.57-.044 3.224-.124 4.768-.422.038-.008.077-.015.11-.024 2.435-.464 4.753-1.92 4.989-5.604.008-.145.03-1.52.03-1.67.002-.512.167-3.63-.024-5.545zm-3.748 9.195h-2.561V8.29c0-1.309-.55-1.976-1.67-1.976-1.23 0-1.846.79-1.846 2.35v3.403h-2.546V8.663c0-1.56-.617-2.35-1.848-2.35-1.112 0-1.668.668-1.67 1.977v6.218H4.822V8.102c0-1.31.337-2.35 1.011-3.12.696-.77 1.608-1.164 2.74-1.164 1.311 0 2.302.5 2.962 1.498l.638 1.06.638-1.06c.66-.999 1.65-1.498 2.96-1.498 1.13 0 2.043.395 2.74 1.164.675.77 1.012 1.81 1.012 3.12z'/%3E%3C/svg%3E" },
|
||
|
{ url = "https://jone.rs/about#contact", name = "More", icon = "%3Csvg fill='%23000000' height='200px' width='200px' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 32.055 32.055' xml:space='preserve'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg%3E%3Cpath d='M3.968,12.061C1.775,12.061,0,13.835,0,16.027c0,2.192,1.773,3.967,3.968,3.967c2.189,0,3.966-1.772,3.966-3.967 C7.934,13.835,6.157,12.061,3.968,12.061z M16.233,12.061c-2.188,0-3.968,1.773-3.968,3.965c0,2.192,1.778,3.967,3.968,3.967 s3.97-1.772,3.97-3.967C20.201,13.835,18.423,12.061,16.233,12.061z M28.09,12.061c-2.192,0-3.969,1.774-3.969,3.967 c0,2.19,1.774,3.965,3.969,3.965c2.188,0,3.965-1.772,3.965-3.965S30.278,12.061,28.09,12.061z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E" },
|
||
|
]
|
||
|
# Whether to show "© Title, YEAR"
|
||
|
show_copyright = true
|
||
|
# Whether to show "Powered by Zola and Duckquill"
|
||
|
show_powered_by = true
|
||
|
# Whether to show link to website source
|
||
|
show_source = true
|
||
|
# Custom copyright text
|
||
|
# copyright = "© *Aperture* **Science** ~~Innovators~~, `1972`"
|
||
|
|
||
|
# Based on https://carlschwan.eu/2020/12/29/adding-comments-to-your-static-blog-with-mastodon/
|
||
|
#
|
||
|
# Mastodon-powered commenting.
|
||
|
# Values can be overridden in the 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.
|
||
|
[extra.comments]
|
||
|
# Your Mastodon API host; instance that you have an account on.
|
||
|
host = "social.jone.rs"
|
||
|
# Your Mastodon username; used to determine who the original poster is.
|
||
|
user = "joners"
|
||
|
# Whether to show the QR code to Mastodon post
|
||
|
show_qr = true
|
||
|
|
||
|
[extra.debug]
|
||
|
# Display outlines around all elements for debugging purposes
|
||
|
layout = false
|
||
|
# Don't load any styles for debugging purposes
|
||
|
no_styles = false
|