Initial commit: Hugo setup met Bootstrap

This commit is contained in:
2026-02-21 11:15:13 +01:00
commit a16546a971
30 changed files with 806 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "vanemous.start-it.nl",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "hugo server -D",
"build": "hugo --gc --minify"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.8"
}
}