Better CSS for releases page (inspired on GitHub). Github fetched releases now show more info.

This commit is contained in:
天クマ 2025-10-30 20:35:39 -03:00
commit f39ab4539c
11 changed files with 166 additions and 33 deletions

View file

@ -15,7 +15,8 @@
"build": "npm run build:eleventy",
"build:sass:prod": "sass src/static/scss:public/static/css --style compressed",
"build:eleventy:prod": "ELEVENTY_ENV=production eleventy",
"build:prod": "npm run build:eleventy:prod"
"build:prod": "npm run build:eleventy:prod",
"serve:prod": "ELEVENTY_ENV=production eleventy --serve"
},
"repository": {
"type": "git",