- Theme Decoupling & Cleanup:
- Fully decoupled and vendored the Blowfish theme directly into root directories (layouts/,
assets/, static/, data/, i18n/).
- De-registered and cleaned up legacy Git submodules (themes/blowfish, themes/hugo-admonitions)
from the Git index to protect the build from upstream breakages.
- Configured .gitignore to ignore development preview symlinks (content, static,
config/_default/menus.en.toml), build folders (public/, resources/), and locks.
- TOC & Layout Fixes:
- Replaced the custom layouts/_default/single.html template with the Blowfish default to restore
native container widths and the side-by-side flex layout.
- Restored TOC to float on the right sidebar on desktop viewports and render inline on mobile
viewports.
- Fixed a parameter resolution bug in layouts/partials/toc.html by checking both .Site.Params.
smartTOC and .Site.Params.article.smartTOC (where it is defined in params.toml).
- Upgraded the TOC scrollspy JavaScript to target all '#TableOfContents' containers on the page,
enabling highlight tracking on both desktop and mobile layouts.
- Documentation Updates (README.md):
- Restored YAML front matter metadata block at the top.
- Added detailed notes on the CI/CD build process and Gitea runner deployment targets
(/srv/www/docs-public and /srv/www/docs-private).
- Added a categorized and sorted "Shortcodes Quick Reference" table at the top of the shortcodes
section (ordered by Custom, Hugo Default, and Blowfish).
- Documented custom shortcodes (Include, Screenshot, Raw HTML) and missing Hugo default
shortcodes (Highlight, Instagram, Param, Ref, Relref, Twitter, Vimeo, Youtube).
- Restructured headings to ensure all sub-shortcodes are H3, removed block break tags (<br/>),
and appended horizontal separators (---) after H2 sections.
86 lines
2.0 KiB
YAML
86 lines
2.0 KiB
YAML
global:
|
|
language: "EO"
|
|
|
|
article:
|
|
anchor_label: "Ankro"
|
|
date: "{{ .Date }}"
|
|
date_updated: "Ĝisdatigita: {{ .Date }}"
|
|
draft: "Malneto"
|
|
edit_title: "Redakti enhavon"
|
|
reading_time:
|
|
one: "{{ .Count }} min"
|
|
other: "{{ .Count }} min"
|
|
reading_time_title: "Legotempo"
|
|
table_of_contents: "Enhavotabelo"
|
|
word_count:
|
|
one: "{{ .Count }} vorto"
|
|
other: "{{ .Count }} vortoj"
|
|
views:
|
|
one: "{{ .Count }} vido"
|
|
other: "{{ .Count }} vidoj"
|
|
likes:
|
|
one: "{{ .Count }} ŝato"
|
|
other: "{{ .Count }} ŝatoj"
|
|
part_of_series: "Tiu ĉi artikolo estas parto de serio."
|
|
part: "Parto"
|
|
this_article: "Tiu ĉi artikolo"
|
|
related_articles: "Rilataj"
|
|
reply_by_email: "Respondu per retpoŝto"
|
|
reply_to: "Respondo al {{ .Title }}"
|
|
zen_mode_title:
|
|
enable: "Ŝalti zen-reĝimon"
|
|
disable: "Malŝalti zen-reĝimon"
|
|
|
|
a11y:
|
|
title: "Alirebleco-agordoj"
|
|
disable_blur: "Malŝalti malklarigon"
|
|
disable_images: "Malŝalti bildojn"
|
|
show_link_underline: "Montri substrekojn de ligiloj"
|
|
font_size: "Tipara grandeco"
|
|
|
|
author:
|
|
byline_title: "Aŭtoro"
|
|
|
|
code:
|
|
copy: "Kopii"
|
|
copied: "Kopiita"
|
|
|
|
error:
|
|
404_title: "Paĝo ne trovita :confused:"
|
|
404_error: "Eraro 404"
|
|
404_description: "Ŝajnas, ke la paĝo, kiun vi petis, ne ekzistas."
|
|
|
|
footer:
|
|
dark_appearance: "Ŝalti malhelan etoson"
|
|
light_appearance: "Ŝalti helan etoson"
|
|
powered_by: "Funciigata de {{ .Hugo }} & {{ .Theme }}"
|
|
|
|
list:
|
|
externalurl_title: "Ligola al ekstera retejo"
|
|
no_articles: "Ankoraŭ ne estas artikoloj ĉi tie listendaj."
|
|
|
|
nav:
|
|
scroll_to_top_title: "Rulumi al supro"
|
|
skip_to_main: "Salti al ĉefa enhavo"
|
|
|
|
search:
|
|
open_button_title: "Serĉi (/)"
|
|
close_button_title: "Fermi (Esc)"
|
|
input_placeholder: "Serĉo"
|
|
|
|
sharing:
|
|
email: "Sendi per retpoŝto"
|
|
facebook: "Konigi en Facebook"
|
|
line: "Konigi en LINE"
|
|
linkedin: "Konigi en LinkedIn"
|
|
pinterest: "Alpingli sur Pinterest"
|
|
reddit: "Sendi al Reddit"
|
|
twitter: "Pepi per Twitter"
|
|
bluesky: "Afiŝi en Bluesky"
|
|
|
|
shortcode:
|
|
recent_articles: "Freŝaj"
|
|
|
|
recent:
|
|
show_more: "Montri pli"
|