feat: Implement public site structure with Home, Blog, and Projects pages, global search, and markdown rendering.

This commit is contained in:
dyzulk
2026-01-16 18:59:24 +07:00
parent 4d0df11b4b
commit cddec3f1c0
11 changed files with 944 additions and 128 deletions

View File

@@ -60,5 +60,8 @@ export default {
}
}
},
plugins: [require("tailwindcss-animate")],
plugins: [
require("tailwindcss-animate"),
require("@tailwindcss/typography"),
],
}