Files
tsuki/package.json
T
tiennm99 afc5d25885 feat: initial theme scaffold
- 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
2026-05-07 20:27:07 +07:00

15 lines
303 B
JSON

{
"name": "tsuki",
"version": "0.1.0",
"description": "tsuki — Hugo blog + personal portfolio theme",
"license": "Apache-2.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/tiennm99/tsuki.git"
},
"devDependencies": {
"pagefind": "^1.4.0"
}
}