Skip to content

Releases: denkiwakame/academic-project-template

v1.0.0

30 Jan 03:16

Choose a tag to compare

Caution

Breaking Changes in v1.0.0
If you encounter any issues, please contact @denkiwakame.

Media File Path Update

  1. All media files should be placed in the (public/) directory.
  2. Media files can be accessed directly in all locations, including YAML fields and the body (Markdown).
    • image: teaser.png
    • <img src="teaser.png">
  3. All img fields now support both local files (under public/) and web files (https://...).

Development Command Update

  • npm run servenpm run dev

Build Backend is Now Faster! 🚀

  • MIgrated from webpack to Vite
Before: ████████████████████ 19.567s  
After:  ████ 5.288s  

4× speed improvement! 🎉

Automatic Typo Checking for template.yaml 📝

  • Pre-commit typo checking with Husky is now enabled.
  • When you git add template.yaml, a typo check runs automatically before committing.
  • To check manually, run:
    npx typos template.yaml
  • To disable this functionality, export HUSKY=0

Now Supports Node.js 22 🌟

  • Updated compatibility with the latest Node.js v22.

Let me know if you need any tweaks! 🚀

---Release written by AI