Files
hugo-framework/i18n/eu.yaml
wompmacho 835b118d1a migrate to decoupled Blowfish layout, fix TOC scrollspy, and update docs
- 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.
2026-06-06 19:26:33 +00:00

81 lines
1.9 KiB
YAML

global:
language: "EU"
article:
anchor_label: "Aingura"
date: "{{ .Date }}"
date_updated: "Eguneratuta: {{ .Date }}"
draft: " zirriborroa"
edit_title: "Editatu edukia"
reading_time:
one: "minutu {{ .Count }}"
other: "{{ .Count }} minutu"
reading_time_title: "Irakurtzeko denbora"
table_of_contents: "Aurkibidea"
word_count:
one: "hitz {{ .Count }}"
other: "{{ .Count }} hitz"
views:
one: "ikustaldi {{ .Count }}"
other: "{{ .Count }} ikustaldi"
likes:
one: "atsegin dut {{ .Count }}"
other: "{{ .Count }} atsegin dut"
part_of_series: "Artikulu hau bilduma baten parte da."
part: "Atala"
this_article: "Artikulu hau"
related_articles: "Lotutakoak"
reply_by_email: "Erantzun emailez"
reply_to: "Erantzuna: {{ .Title }}"
zen_mode_title:
enable: "Gaitu zen modua"
disable: "Desgaitu zen modua"
a11y:
title: "Irisgarritasun ezarpenak"
author:
byline_title: "Egilea"
code:
copy: "Kopiatu"
copied: "Kopiatuta"
error:
404_title: "Ez da orria aurkitu :confused:"
404_error: "404 errorea"
404_description: "Badirudi eskatutako orria ez dela existitzen."
footer:
dark_appearance: "Aldatu modu ilunera"
light_appearance: "Aldatu modu argira"
powered_by: "Honek bultzatua: {{ .Hugo }} &amp; {{ .Theme }}"
list:
externalurl_title: "Kanpoko orrialderako esteka"
no_articles: "Oraindik ez dago artikulurik hemen zerrendatzeko."
nav:
scroll_to_top_title: "Joan gora"
skip_to_main: "Joan edukira"
search:
open_button_title: "Bilatu (/)"
close_button_title: "Itxi (Esc)"
input_placeholder: "Bilatu"
sharing:
email: "Bidali posta elektronikoz"
facebook: "Partekatu Facebooken"
line: "Partekatu LINEn"
linkedin: "Partekatu LinkedInen"
pinterest: "Pin egin Pinteresten"
reddit: "Argitaratu Redditen"
twitter: "Tuitu Twitterren"
shortcode:
recent_articles: "Azkenak"
recent:
show_more: "Erakutsi gehiago"