mirror of
https://github.com/tiennm99/tsuki.git
synced 2026-05-23 08:26:06 +00:00
afc5d25885
- Repo metadata: theme.toml, README, Apache-2.0 license - Hugo defaults: vi language, post permalinks, taxonomies, paginate, TOC config - exampleSite skeleton with themesDir wiring - CI: Hugo build + Pagefind index + Pages deploy - Pagefind devDependency in package.json (Dependabot weekly) - vi i18n strings, default archetype - Empty layouts/_partials/_markup/_shortcodes directories ready for Phase 3
19 lines
716 B
TOML
19 lines
716 B
TOML
name = "tsuki"
|
|
license = "Apache-2.0"
|
|
licenselink = "https://github.com/tiennm99/tsuki/blob/main/LICENSE"
|
|
description = "月 — Hugo blog + personal portfolio theme. Vietnamese-first typography, View Transitions API, Pagefind search, Giscus comments. Companion to bonsai."
|
|
homepage = "https://github.com/tiennm99/tsuki"
|
|
demosite = "https://tiennm99.github.io/tsuki/"
|
|
tags = ["blog", "portfolio", "personal", "minimal", "dark", "vietnamese", "pagefind", "view-transitions"]
|
|
features = ["blog", "portfolio", "search", "comments", "dark-mode", "responsive", "i18n", "rss"]
|
|
min_version = "0.146.0"
|
|
|
|
[author]
|
|
name = "Tien Nguyen"
|
|
homepage = "https://miti99.com"
|
|
|
|
[original]
|
|
author = ""
|
|
homepage = ""
|
|
repo = ""
|