This is the source code for my personal blog, where I write about technology, software development, and other topics that I find interesting.
- ✅ Built with Astro
- ✅ Styled with Tailwind CSS and DaisyUI
- ✅ Content written in MDX
- ✅ i18n support for English and Spanish
- ✅ Sitemap and RSS feed generation
- ✅ Diagrams with Mermaid
To get a local copy up and running, follow these simple steps.
- Clone the repo
git clone https://github.com/misaelabanto/blog.git
- Install dependencies
pnpm install
pnpm devThis will start the development server at http://localhost:4321.
All commands are run from the root of the project, from a terminal:
| Command | Action |
|---|---|
pnpm install |
Installs dependencies |
pnpm dev |
Starts local dev server at localhost:4321 |
pnpm build |
Build your production site to ./dist/ |
pnpm preview |
Preview your build locally, before deploying |