Make previous commit actually work
This is a huge mess, Zola is really not i18n-friendly
This commit is contained in:
31
config.toml
31
config.toml
@ -2,6 +2,7 @@ title = "Duckquill"
|
||||
base_url = "https://daudix.codeberg.page/duckquill"
|
||||
description = "Modern, pretty, and clean theme."
|
||||
|
||||
default_language = "en"
|
||||
compile_sass = true
|
||||
minify_html = true
|
||||
generate_feed = true
|
||||
@ -10,7 +11,35 @@ build_search_index = false
|
||||
author = "Duck Quack"
|
||||
|
||||
taxonomies = [{ name = "tags", feed = true }]
|
||||
default_language = "en"
|
||||
|
||||
[translations]
|
||||
archived = "Archived"
|
||||
author = "Author"
|
||||
comments = "Comments"
|
||||
comments_description = "You can comment on this blog post by publicly replying to this post using a Mastodon or other ActivityPub/Fediverse account. Known non-private replies are displayed below."
|
||||
comments_loading = "Loading…"
|
||||
comments_noscript = "Loading comments relies on JavaScript. Try enabling JavaScript and reloading, or visit the original post on Mastodon."
|
||||
disclaimer = "Disclaimer"
|
||||
drafted = "Drafted"
|
||||
feed = "Feed"
|
||||
file_an_issue = "File an Issue"
|
||||
filter_by_tag = "Filter by tag"
|
||||
footer_powered_by = "Powered by"
|
||||
footer_powered_by_and = "and"
|
||||
footer_source = "Website source"
|
||||
go_to_top = "Go to Top"
|
||||
load_comments = "Load Comments"
|
||||
newest_to_oldest = "From newest to oldest"
|
||||
page_next = "Next"
|
||||
page_previous = "Previous"
|
||||
posts_in_total = "posts in total"
|
||||
posts_with_tag = "Posts with tag"
|
||||
see_all_tags = "See all tags"
|
||||
skip_to_content = "Skip to main content"
|
||||
table_of_contents = "Table of Contents"
|
||||
tags = "Tags"
|
||||
tags_in_total = "tags in total"
|
||||
trigger_warning = "Trigger Warning"
|
||||
|
||||
[languages.ru]
|
||||
title = "Duckquill"
|
||||
|
Reference in New Issue
Block a user