My blog site built using Astro
- ✅ Minimal styling
- ✅ SEO-friendly with canonical URLs and OpenGraph data
- ✅ Sitemap support
- ✅ RSS Feed support
- ✅ Markdown & MDX support
Inside the Astro project, you'll see the following folders and files:
├── public/
├── src/
│ ├── components/
│ ├── layouts/
│ └── pages/
├── astro.config.mjs
├── README.md
├── package.json
└── tsconfig.json
- Clone of fork the project
- To clone:
git clone https://github.com/amirfakhrullah/astro-blog.git
- Install the dependencies, I use
pnpm
, so:
pnpm install
- Running locally
pnpm run dev
License under the MIT License