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
5f100a6cca
feat(link): add link_guard front matter and support for friend links
2026-04-12 13:29:05 +08:00
Cell
cfa9bef6ac
refactor(layout): refactor single page layout and partials categorization
2026-03-30 16:48:55 +08:00
Andreas Deininger
175cf888d5
fix: eliminate deprecation warnings with hugo version 0.156.0 ( #702 )
...
* Fix deprecation warning with latest hugo version 0.156.0
* fix: use `hugo.Data` to replace the discarded `.Site.Data`
* chore(hugo): update Hugo version requirements to 0.156.0
---------
Co-authored-by: Cell <1024@lruihao.cn >
2026-02-27 15:46:31 +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
Cell
450e774d3c
♻️ Refactor: change templates lookup order ( #589 )
2025-04-25 11:27:11 +08:00
Cell
adeecfb69d
🐛 Fix: deprecated layouts/page directory at Hugo 0.146.0+ ( #581 )
2025-04-15 10:03:41 +08:00