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

79 lines
1.9 KiB
YAML

global:
language: "PT-PT"
article:
anchor_label: "Etiqueta"
date: "{{ .Date }}"
date_updated: "Atualizado a: {{ .Date }}"
draft: "Rascunho"
edit_title: "Editar Conteúdo"
reading_time:
one: "{{ .Count }} minuto"
other: "{{ .Count }} minutos"
reading_time_title: "Tempo de leitura"
table_of_contents: "Índice"
word_count:
one: "{{ .Count }} palavra"
other: "{{ .Count }} palavras"
views:
one: "{{ .Count }} visualização"
other: "{{ .Count }} visualizaçōes"
part_of_series: "Este artigo faz parte de uma série."
part: "Parte"
this_article: "Este artigo"
related_articles: "Relacionados"
reply_by_email: "Responder por email"
reply_to: "Resposta a {{ .Title }}"
a11y:
title: "Definições de acessibilidade"
disable_blur: "Desativar desfoque"
disable_images: "Desativar imagens"
show_link_underline: "Mostrar sublinhado de links"
font_size: "Tamanho da fonte"
author:
byline_title: "Autor"
code:
copy: "Copiar"
copied: "Copiado"
error:
404_title: "Página não encontrada :confused:"
404_error: "Erro 404"
404_description: "Aparentemente a página pretendida não existe."
footer:
dark_appearance: "Mudar para modo escuro"
light_appearance: "Mudar para modo claro"
powered_by: "Criado por {{ .Hugo }} &amp; {{ .Theme }}"
list:
externalurl_title: "Link para site externo"
no_articles: "Ainda não existem artigos para listar aqui."
nav:
scroll_to_top_title: "Ir para o topo"
skip_to_main: "Ir para o conteúdo principal"
search:
open_button_title: "Pesquisar (/)"
close_button_title: "Fechar (Esc)"
input_placeholder: "Pesquisar"
sharing:
email: "Partilhar por email"
facebook: "Partilhar pelo Facebook"
line: "Partilhar pelo LINE"
linkedin: "Partilhar pelo LinkedIn"
pinterest: "Partilhar no Pinterest"
reddit: "Partilhar no Reddit"
twitter: "Partilhar no Twitter"
shortcode:
recent_articles: "Recentes"
recent:
show_more: "Mostrar mais"