Better CSS for releases page (inspired on GitHub). Github fetched releases now show more info.
This commit is contained in:
parent
05fd995edd
commit
f39ab4539c
11 changed files with 166 additions and 33 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue