Files
hugo-framework/i18n/hr.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

78 lines
1.8 KiB
YAML

global:
language: "HR"
article:
anchor_label: "Sidro"
date: "{{ .Date }}"
date_updated: "Ažurirano: {{ .Date }}"
draft: "Nacrt"
edit_title: "Uredi sadržaj"
reading_time:
one: "{{ .Count }} minut"
other: "{{ .Count }} minuta"
reading_time_title: "Vrijeme čitanja"
table_of_contents: "Tablica sadržaja"
word_count:
one: "{{ .Count }} riječ"
other: "{{ .Count }} riječi"
views:
one: "{{ .Count }} pregled"
other: "{{ .Count }} pregleda"
likes:
one: "{{ .Count }} sviđa se"
other: "{{ .Count }} sviđa se"
part_of_series: "This article is part of a series."
part: "Part"
this_article: "This Article"
related_articles: "Related"
reply_by_email: "Odgovori e-poštom"
reply_to: "Odgovor na {{ .Title }}"
a11y:
title: "Postavke pristupačnosti"
author:
byline_title: "Autor"
code:
copy: "Kopiraj"
copied: "Kopirano"
error:
404_title: "Stranica nije pronađena :confused:"
404_error: "Greška 404"
404_description: "Čini se da stranica koju ste zatražili ne postoji."
footer:
dark_appearance: "Promjeni na tamni izgled"
light_appearance: "Promijeni na svijetli izgled"
powered_by: "Napravljeno pomoću {{ .Hugo }} &amp; {{ .Theme }}"
list:
externalurl_title: "Link to external site"
no_articles: "Ovdje još nema članaka"
nav:
scroll_to_top_title: "Otiđi na vrh"
skip_to_main: "Otiđi na glavni sadržaj"
search:
open_button_title: "Pretraga (/)"
close_button_title: "Izađi (Esc)"
input_placeholder: "Pretraži"
sharing:
email: "Pošalji putem e-pošte"
facebook: "Podijeli na Facebook"
line: "Podijeli na LINE"
linkedin: "Podijeli na LinkedIn"
pinterest: "Podijeli na Pinterest"
reddit: "Objavi na Reddit"
twitter: "Tweet na Twitter"
shortcode:
recent_articles: "Nedavno"
recent:
show_more: "Prikaži Više"