+
-
Loading...
Error: {{ error }}
@@ -76,5 +70,5 @@ async function fetchData() {
{{ description }}
-
+
\ No newline at end of file
diff --git a/deno.lock b/deno.lock
index 955b1a8..465fd26 100644
--- a/deno.lock
+++ b/deno.lock
@@ -5,6 +5,7 @@
"npm:@tsparticles/engine@^3.5.0": "3.7.1",
"npm:@tsparticles/slim@^3.7.1": "3.7.1",
"npm:@tsparticles/vue3@^3.0.1": "3.0.1",
+ "npm:@types/markdown-it@^14.1.2": "14.1.2",
"npm:autoprefixer@^10.4.20": "10.4.20_postcss@8.4.49",
"npm:front-matter@^4.0.2": "4.0.2",
"npm:highlight.js@^11.10.0": "11.11.0",
@@ -1307,6 +1308,19 @@
"@types/node"
]
},
+ "@types/linkify-it@5.0.0": {
+ "integrity": "sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q=="
+ },
+ "@types/markdown-it@14.1.2": {
+ "integrity": "sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==",
+ "dependencies": [
+ "@types/linkify-it",
+ "@types/mdurl"
+ ]
+ },
+ "@types/mdurl@2.0.0": {
+ "integrity": "sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg=="
+ },
"@types/node@22.5.4": {
"integrity": "sha512-FDuKUJQm/ju9fT/SeX/6+gBzoPzlVCzfzmGkwKvRHQVxi4BntVbyIwf6a4Xn62mrvndLiml6z/UBXIdEVjQLXg==",
"dependencies": [
@@ -4672,6 +4686,7 @@
"npm:@tsparticles/engine@^3.5.0",
"npm:@tsparticles/slim@^3.7.1",
"npm:@tsparticles/vue3@^3.0.1",
+ "npm:@types/markdown-it@^14.1.2",
"npm:autoprefixer@^10.4.20",
"npm:front-matter@^4.0.2",
"npm:highlight.js@^11.10.0",
diff --git a/nuxt.config.ts b/nuxt.config.ts
index 0d94c86..52b0da3 100644
--- a/nuxt.config.ts
+++ b/nuxt.config.ts
@@ -1,7 +1,7 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
compatibilityDate: '2024-11-01',
- devtools: { enabled: true },
+ ssr: true,
postcss: {
plugins: {
tailwindcss: {},
@@ -9,10 +9,10 @@ export default defineNuxtConfig({
},
},
app: {
- layoutTransition: {
- name: 'layout',
- mode: 'out-in'
- }
+ pageTransition: {
+ name: 'page',
+ mode: 'out-in'
+ },
},
modules: [
'nuxt-particles'
diff --git a/package.json b/package.json
index 991fae6..c509b8a 100644
--- a/package.json
+++ b/package.json
@@ -12,6 +12,7 @@
"dependencies": {
"@popperjs/core": "^2.11.8",
"@tsparticles/slim": "^3.7.1",
+ "@types/markdown-it": "^14.1.2",
"nuxt": "^3.14.1592",
"tsparticles": "^3.7.1",
"vue": "latest",
diff --git a/pages/blog.vue b/pages/blog.vue
index b5d9db3..0ce9e2d 100644
--- a/pages/blog.vue
+++ b/pages/blog.vue
@@ -1,43 +1,14 @@
-
+
+
Blog
@@ -165,20 +151,23 @@ fetchList()
@@ -187,7 +176,7 @@ fetchList()
.list-move,
.list-enter-active,
.list-leave-active {
- transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
+ transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.list-enter-from,
diff --git a/pages/index.vue b/pages/index.vue
index faf1665..af2a9e2 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -1,47 +1,33 @@
-
-
-
-
-
![User PFP](https://avatars.githubusercontent.com/u/94077364?v=4)
+
+
+
+
+
![User PFP](https://avatars.githubusercontent.com/u/94077364?v=4)
+
-
-
-
-
+
+
+
+
+
diff --git a/assets/about_me.md b/public/about_me.md
similarity index 100%
rename from assets/about_me.md
rename to public/about_me.md