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.
This commit is contained in:
84
i18n/vi.yaml
Normal file
84
i18n/vi.yaml
Normal file
@@ -0,0 +1,84 @@
|
||||
global:
|
||||
language: "VI"
|
||||
|
||||
article:
|
||||
anchor_label: "Cọc dấu"
|
||||
date: "{{ .Date }}"
|
||||
date_updated: "Cập nhật: {{ .Date }}"
|
||||
draft: "Bản nháp"
|
||||
edit_title: "Sửa nội dung"
|
||||
reading_time:
|
||||
one: "{{ .Count }} phút"
|
||||
other: "{{ .Count }} phút"
|
||||
reading_time_title: "Thời gian đọc"
|
||||
table_of_contents: "Mục lục"
|
||||
word_count:
|
||||
one: "{{ .Count }} từ"
|
||||
other: "{{ .Count }} từ"
|
||||
views:
|
||||
one: "{{ .Count }} lượt xem"
|
||||
other: "{{ .Count }} lượt xem"
|
||||
likes:
|
||||
one: "{{ .Count }} lượt thích"
|
||||
other: "{{ .Count }} lượt thích"
|
||||
part_of_series: "Bài viết này là một phần của loạt bài."
|
||||
part: "Phần"
|
||||
this_article: "Bài viết này"
|
||||
related_articles: "Bài viết liên quan"
|
||||
reply_by_email: "Trả lời qua email"
|
||||
reply_to: "Trả lời {{ .Title }}"
|
||||
zen_mode_title:
|
||||
enable: "Bật zen mode"
|
||||
disable: "Tắt zen mode"
|
||||
|
||||
a11y:
|
||||
title: "Cài đặt khả năng truy cập"
|
||||
disable_blur: "Tắt làm mờ"
|
||||
disable_images: "Tắt hình ảnh"
|
||||
show_link_underline: "Hiển thị gạch chân liên kết"
|
||||
font_size: "Cỡ chữ"
|
||||
|
||||
author:
|
||||
byline_title: "Tác giả"
|
||||
|
||||
code:
|
||||
copy: "Sao chép"
|
||||
copied: "Đã sao chép"
|
||||
|
||||
error:
|
||||
404_title: "Không tìm thấy trang :confused:"
|
||||
404_error: "Lỗi 404"
|
||||
404_description: "Có vẻ như trang bạn yêu cầu không tồn tại."
|
||||
|
||||
footer:
|
||||
dark_appearance: "Chuyển sang giao diện tối"
|
||||
light_appearance: "Chuyển sang giao diện sáng"
|
||||
powered_by: "Bảo trợ bởi {{ .Hugo }} & {{ .Theme }}"
|
||||
|
||||
list:
|
||||
externalurl_title: "Liên kết đến trang web bên ngoài"
|
||||
no_articles: "Không có bài viết nào để liệt kê ở đây."
|
||||
|
||||
nav:
|
||||
scroll_to_top_title: "Cuộn lên trên cùng"
|
||||
skip_to_main: "Chuyển đến nội dung chính"
|
||||
|
||||
search:
|
||||
open_button_title: "Tìm kiếm (/)"
|
||||
close_button_title: "Đóng (Esc)"
|
||||
input_placeholder: "Tìm kiếm"
|
||||
|
||||
sharing:
|
||||
email: "Gửi qua email"
|
||||
facebook: "Chia sẻ lên Facebook"
|
||||
line: "Chia sẻ lên LINE"
|
||||
linkedin: "Chia sẻ lên LinkedIn"
|
||||
pinterest: "Ghim lên Pinterest"
|
||||
reddit: "Gửi lên Reddit"
|
||||
twitter: "Tweet lên Twitter"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "Gần đây"
|
||||
|
||||
recent:
|
||||
show_more: "Xem thêm"
|
||||
Reference in New Issue
Block a user