mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-03 23:30:09 +05:30
update npm modules
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com> rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED
This commit is contained in:
+2
-2
@@ -7,5 +7,5 @@
|
|||||||
*.pem
|
*.pem
|
||||||
/static/main.css
|
/static/main.css
|
||||||
/temp
|
/temp
|
||||||
/html-only/public
|
/blog/public
|
||||||
/html-only/node_modules
|
/blog/node_modules
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ css:
|
|||||||
build:
|
build:
|
||||||
@echo "--- compiling elm land project"
|
@echo "--- compiling elm land project"
|
||||||
npx elm-land build
|
npx elm-land build
|
||||||
|
hugo --source blog --destination ../dist --minify
|
||||||
|
|
||||||
# compile and watch for dev
|
# compile and watch for dev
|
||||||
elm-serve:
|
elm-serve:
|
||||||
@@ -23,4 +24,4 @@ css-serve:
|
|||||||
# clean
|
# clean
|
||||||
clean:
|
clean:
|
||||||
rm -rf dist
|
rm -rf dist
|
||||||
rm -rf html-only/public
|
rm -rf blog/public
|
||||||
Generated
+1179
-517
File diff suppressed because it is too large
Load Diff
+1
-4
@@ -5,9 +5,6 @@
|
|||||||
"tailwindcss": "^3.2.4"
|
"tailwindcss": "^3.2.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"marked": "^9.0.3",
|
"npm": "^9.3.1"
|
||||||
"marked-highlight": "^2.0.6",
|
|
||||||
"npm": "^9.3.1",
|
|
||||||
"prismjs": "^1.29.0"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user