mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
4b3f33f35a
- Add custom.js.example alongside custom.ts.example - Update examples to use window.fixit instead of importing from theme source - Add "Build" true for custom.ts in assets pipeline so esbuild compiles it - Make code_font_family configurable via [params.appearance] in hugo.toml - Standardize SCSS header comments: // → ///, remove Chinese text - Add documented examples in custom.scss: fonts, page width, admonitions, task lists
11 lines
392 B
HTML
11 lines
392 B
HTML
{{- hugo.Store.Set "version" "v1.0.0-mqorjc8q" -}}
|
|
{{- .Store.Set "this" dict -}}
|
|
|
|
{{- partial "init/detection-env.html" . -}}
|
|
{{- partial "init/detection-version.html" . -}}
|
|
{{- partial "init/detection-deprecated.html" . -}}
|
|
{{- partial "init/detection-pagefind.html" . -}}
|
|
{{- partial "init/global.html" . -}}
|
|
{{- partial "init/patch.html" . -}}
|
|
{{- partial "init/compatibility.html" . -}}
|