hugo-geekblog/CHANGELOG.md

6 lines
293 B
Markdown
Raw Normal View History

2020-10-20 14:43:57 +00:00
- ENHANCEMENT
- load static css/js assets from data template:
2020-11-22 14:23:56 +00:00
Build-in assets are now hashed by default. The static assets are located
2020-11-22 15:52:28 +00:00
in the `assets` directory. The theme will read and use the hashed files
2020-11-22 14:23:56 +00:00
from `data/assets.json`. Exception: `custom.css` will be used unhashed.