- 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.
72 lines
1.6 KiB
YAML
72 lines
1.6 KiB
YAML
global:
|
||
language: "TR"
|
||
|
||
article:
|
||
# anchor_label: "Anchor"
|
||
date: "{{ .Date }}"
|
||
date_updated: "Güncellendi: {{ .Date }}"
|
||
draft: "Taslak"
|
||
edit_title: "İçeriği düzenle"
|
||
reading_time:
|
||
one: "{{ .Count }} dk"
|
||
other: "{{ .Count }} dk"
|
||
reading_time_title: "Okuma süresi"
|
||
word_count:
|
||
one: "{{ .Count }} kelime"
|
||
other: "{{ .Count }} kelime"
|
||
part_of_series: "This article is part of a series."
|
||
part: "Part"
|
||
this_article: "This Article"
|
||
related_articles: "Related"
|
||
reply_by_email: "E-posta ile yanıtla"
|
||
reply_to: "Yanıt: {{ .Title }}"
|
||
|
||
a11y:
|
||
title: "Erişilebilirlik ayarları"
|
||
|
||
author:
|
||
byline_title: "Yazar"
|
||
|
||
code:
|
||
copy: "Kopyala"
|
||
copied: "Kopyalandı"
|
||
|
||
error:
|
||
404_title: "Sayfa Bulunamadı :confused:"
|
||
404_error: "Hata 404"
|
||
404_description: "Görünüşe göre istediğiniz sayfa mevcut değil."
|
||
|
||
footer:
|
||
dark_appearance: "Koyu görünüme geç"
|
||
light_appearance: "Açık görünüme geç"
|
||
powered_by: "{{ .Hugo }} & {{ .Theme }} tarafından desteklenmektedir."
|
||
|
||
list:
|
||
externalurl_title: "Harici siteye bağlantı"
|
||
no_articles: "Henüz burada listelenecek bir makale yok."
|
||
|
||
nav:
|
||
scroll_to_top_title: "Yukarı çık"
|
||
skip_to_main: "Ana içeriğe geç"
|
||
|
||
search:
|
||
open_button_title: "Ara (/)"
|
||
close_button_title: "Kapat (Esc)"
|
||
input_placeholder: "Ara"
|
||
|
||
sharing:
|
||
email: "Email ile gönder"
|
||
facebook: "Facebook'ta paylaş"
|
||
line: "LINE'da paylaş"
|
||
linkedin: "LinkedIn'te paylaş"
|
||
pinterest: "Pinterest'te pinle"
|
||
reddit: "Reddit'te gönder"
|
||
twitter: "Twitter'da Tweetle"
|
||
|
||
shortcode:
|
||
recent_articles: "Güncel"
|
||
icon_none: "Icon bulunamadı."
|
||
|
||
recent:
|
||
show_more: "Daha Fazla Göster"
|