Create a Blog astro project as template for future
Change-Id: I1e8adbe1c9bdc6b2273a19407530323508adcbd5
Reviewed-on: https://git.clicks.codes/c/Coded/thecoded.prof/+/674
Reviewed-by: Samuel Shuert <coded@clicks.codes>
Tested-by: Samuel Shuert <coded@clicks.codes>
diff --git a/sites/blog/package.json b/sites/blog/package.json
new file mode 100644
index 0000000..71d5b72
--- /dev/null
+++ b/sites/blog/package.json
@@ -0,0 +1,17 @@
+{
+ "name": "thecoded.prof-blog",
+ "type": "module",
+ "version": "0.0.1",
+ "scripts": {
+ "dev": "astro dev",
+ "start": "astro dev",
+ "build": "astro check && astro build",
+ "preview": "astro preview",
+ "astro": "astro"
+ },
+ "dependencies": {
+ "@astrojs/mdx": "^2.3.1",
+ "@astrojs/rss": "^4.0.5",
+ "@astrojs/sitemap": "^3.1.4"
+ }
+}
\ No newline at end of file