mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
03ca90b49f
- Add `packages/helpers` with CLI dispatcher pattern for code generation - Add `chroma-lexers` helper that fetches lexer definitions from alecthomas/chroma - Rename `$code-type-map` to `$chroma-lexers`, `_code-type.scss` to `_chroma-lexers.scss` - Fix `fi-var` and `set-fi-var` to preserve quotes for string fallbacks - Add `capitalize` utility to `packages/shared` - Replace `console.*` with `consola` in packages - Add `pnpm gen:lexers` script and CI workflow for auto-regeneration - Update CLAUDE.md and CONTRIBUTING.md
26 lines
577 B
JSON
26 lines
577 B
JSON
{
|
|
"name": "FixIt Theme",
|
|
"build": {
|
|
"dockerfile": "Dockerfile",
|
|
"args": {
|
|
"HUGO_VERSION": "0.158.0",
|
|
"DART_SASS_VERSION": "1.99.0",
|
|
"GO_VERSION": "1.24.4"
|
|
}
|
|
},
|
|
"postCreateCommand": "pnpm install",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"budparr.language-hugo-vscode",
|
|
"kaellarkin.hugo-shortcode-syntax",
|
|
"lruihao.hugo-partials-refs",
|
|
"tamasfe.even-better-toml",
|
|
"casualjim.gotemplate",
|
|
"SomewhatStationery.some-sass",
|
|
"gruntfuggly.todo-tree"
|
|
]
|
|
}
|
|
}
|
|
}
|