- Framework: Astro
- Deployment: Github Pages
- Styling: Tailwind CSS
- Package manager: Pnpm
layouts/*- Includes Base layout for the pages and Markdown layout for the blog posts.pages/blog/*- Static pre-rendered blog pages using Markdown (.md).pages/*- All other static pages.public/*- Static assets including fonts and images.components/*- All the components being used on the pages.utils/*- Typescript util files, includes interfaces and enums.
This application was developed with Node.js v16.18.0.
git clone https://github.com/huseink/huseink.github.io.git
cd huseink.github.io
pnpm install
pnpm devPlease review the license