mirror of
https://github.com/tiennm99/miti99.git
synced 2026-08-04 02:23:56 +00:00
52e68c3841be7ed73d45ffcbb79205ddaeeb9fc6
- fix checkDuplicate false-negative on Substack cover images (uuid with no size suffix) - stop cleanUrl from corrupting the query string on unparseable input - extract shared fetchWithTimeout into url-utils (consistent timer cleanup) - split find-substack-post html/rss helpers into html-text-utils - scan content/post for duplicates, matching the other scripts - correct doc drift in mt-add-image/mt-add-url and drop plan-phase code comment
…
…
miti99
Source of miti99.com — personal blog (VN/EN) built with Hugo and the Stack theme.
Quick start
git submodule update --init --recursive
hugo server -D
Site available at http://localhost:1313.
Content structure
Posts live under content/post/YYYY/MM/DD/index.md. Each post is a Hugo leaf bundle — images and assets sit next to index.md in the same directory.
content/
post/
2024/
03/
15/
index.md ← post content (Vietnamese / English)
cover.jpg ← optional cover image
page/ ← standalone pages (about, projects, …)
Theme customization
Theme config lives in config/ (Hugo config directory split). Key overrides:
config/_default/params.toml— sidebar, avatar, footer, color schemeconfig/_default/menu.toml— navigation linksassets/— custom CSS/JS overrides loaded on top of the Stack themelayouts/— template overrides (add a file here to override any Stack partial)
The Stack theme is pulled in as a git submodule under themes/hugo-theme-stack/.
License
Apache-2.0 — see LICENSE.
Languages
JavaScript
97.3%
HTML
2.7%