Update gitignore to exclude Hugo artifacts

This commit is contained in:
2026-03-09 05:32:11 +00:00
parent bdf9f9dea2
commit eaddbcb924
10 changed files with 293 additions and 238 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "blowfish_template",
"version": "1.0.0",
"description": "Blowfish Template",
"main": "index.js",
"scripts": {
"dev": "hugo server --minify -D -E -F"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nunocoracao/blowfish_template.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nunocoracao/blowfish_template/issues"
},
"homepage": "https://github.com/nunocoracao/blowfish_template#readme"
}