- 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.
76 lines
1.8 KiB
YAML
76 lines
1.8 KiB
YAML
global:
|
|
language: "FI"
|
|
|
|
article:
|
|
anchor_label: "Ankkuri"
|
|
date: "{{ .Date }}"
|
|
date_updated: "Päivitetty: {{ .Date }}"
|
|
draft: "Luonnos"
|
|
edit_title: "Muokkaa sisältöä"
|
|
reading_time:
|
|
one: "{{ .Count }} minuutti"
|
|
other: "{{ .Count }} minuuttia"
|
|
reading_time_title: "Lukuaika"
|
|
table_of_contents: "Sisällysluettelo"
|
|
word_count:
|
|
one: "{{ .Count }} sana"
|
|
other: "{{ .Count }} sanaa"
|
|
part_of_series: "This article is part of a series."
|
|
part: "Part"
|
|
this_article: "This Article"
|
|
related_articles: "Related"
|
|
reply_by_email: "Vastaa sähköpostitse"
|
|
reply_to: "Vastaus: {{ .Title }}"
|
|
|
|
a11y:
|
|
title: "Esteettömyysasetukset"
|
|
disable_blur: "Poista sumennus käytöstä"
|
|
disable_images: "Poista kuvat käytöstä"
|
|
show_link_underline: "Näytä linkkien alleviivaus"
|
|
font_size: "Fonttikoko"
|
|
|
|
author:
|
|
byline_title: "Kirjoittaja"
|
|
|
|
code:
|
|
copy: "Kopioi"
|
|
copied: "Kopioitu"
|
|
|
|
error:
|
|
404_title: "Sivua ei löydy :confused:"
|
|
404_error: "Virhe 404"
|
|
404_description: "Valitettavasti pyytämääsi sivua ei ole olemassa."
|
|
|
|
footer:
|
|
dark_appearance: "Vaihda tummaan teemaan"
|
|
light_appearance: "Vaihda valoisaan teemaan"
|
|
powered_by: "Voimanlähteenä {{ .Hugo }} & {{ .Theme }}"
|
|
|
|
list:
|
|
externalurl_title: "Linkki ulkoiselle sivustolle"
|
|
no_articles: "Täällä ei vielä ole listattavia artikkeleita, vielä."
|
|
|
|
nav:
|
|
scroll_to_top_title: "Takaisin ylös"
|
|
skip_to_main: "Siirry pääsisältöön"
|
|
|
|
search:
|
|
open_button_title: "Hae (/)"
|
|
close_button_title: "Sulje (Esc)"
|
|
input_placeholder: "Haku"
|
|
|
|
sharing:
|
|
email: "Lähetä sähköpostilla"
|
|
facebook: "Jaa Facebookissa"
|
|
line: "Jaa LINEssä"
|
|
linkedin: "Jaa LinkedInissä"
|
|
pinterest: "Kiinnitä Pinterestiin"
|
|
reddit: "Lähetä Reddittiin"
|
|
twitter: "Twiittaa Twitterissä"
|
|
|
|
shortcode:
|
|
recent_articles: "Viimeaikaiset"
|
|
|
|
recent:
|
|
show_more: "Näytä Lisää"
|