add blog articles

This commit is contained in:
Younes ENNAJI
2025-03-30 04:10:13 +00:00
parent a3ce6a5262
commit 1cb12c819b
16 changed files with 1566 additions and 6 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
"dev": "encore dev",
"watch": "encore dev --watch",
"serve": "bundle exec jekyll serve --livereload",
"dev:jekyll": "bundle exec jekyll serve --livereload --config _config.yml,_config.dev.yml",
"dev:jekyll": "bundle exec jekyll serve --livereload --config _config.yml",
"dev:webpack": "encore dev --watch --no-watch-options-stdin",
"start": "concurrently \"npm run dev:jekyll\" \"npm run dev:webpack\"",
"deploy": "JEKYLL_ENV=production bundle exec jekyll build"