mirror of
https://github.com/tiennm99/tsuki.git
synced 2026-05-23 10:25:30 +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
15 lines
303 B
JSON
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"
|
|
}
|
|
}
|