Cell
|
09e08d0772
|
refactor!: migrate theme assets from css to scss and centralize deprecation detection (#735)
**Breaking changes**:
1. Legacy custom style/script files are no longer loaded automatically.
2. Users must migrate custom files to:
- `custom.scss`
- `override.scss`
- `_variables.scss`
- `assets/js/custom.js`
**Migration guide**:
1. Move `assets/css/_custom.scss` to `assets/scss/custom.scss`.
2. Move `assets/css/_override.scss` to `assets/scss/override.scss`.
3. Keep variables in `assets/scss/_variables.scss`.
4. Move `assets/js/_custom.js` to `assets/js/custom.js`.
5. Rebuild site and verify no deprecation warnings remain.
|
2026-04-19 13:34:01 +08:00 |
|
Cell
|
673be1e8c0
|
chore: update minimum Hugo version to 0.158.0 across documentation and configuration files
|
2026-04-07 14:48:20 +08:00 |
|
Cell
|
cfa9bef6ac
|
refactor(layout): refactor single page layout and partials categorization
|
2026-03-30 16:48:55 +08:00 |
|
Cell
|
63655b30a8
|
feat(instant.page): preload links as soon as they’re visible
|
2025-11-17 10:54:17 +08:00 |
|
Cell
|
59bea1e518
|
♻️ Refactor: update CSS variable prefixes to use rootPrefix for consistency
|
2025-08-13 12:58:59 +08:00 |
|
Cell
|
45f101a456
|
♻️ Refactor: update layout and media styles to use fi-container class, improve Mermaid script handling (#614)
docs: https://fixit.lruihao.cn/documentation/content-management/diagrams-support/mermaid/#cdn
|
2025-08-12 12:04:15 +08:00 |
|
Cell
|
3e8bdfd8f9
|
♻️ Refactor: global/site/page scope state management (#610)
* ⚡ Perf: adjust global/site scope state management
* ⚡ Perf: adjust page scope state management
|
2025-07-03 12:48:32 +08:00 |
|
Cell
|
6123eaac2c
|
♻️ Refactor: move all files in layouts/_default up to the layouts/ root (#607)
The `_default` folder is removed.
|
2025-06-19 11:51:52 +08:00 |
|