An open API service indexing awesome lists of open source software.

https://github.com/luis-ota/luis-blog

personal blog
https://github.com/luis-ota/luis-blog

blog nextjs utterances

Last synced: 3 months ago
JSON representation

personal blog

Awesome Lists containing this project

README

          

# [my personal blog](https://luis-ota.github.io/luis-blog/)

welcome to my personal blog! i will post things that i thing is cool.

## tech Stack

- **[next.js](https://nextjs.org/)** - a full-stack React framework for fast and dynamic web applications.
- **[bun](https://bun.sh/)** - a lightning-fast JavaScript runtime that boosts performance.
- **[tailwind CSS](https://tailwindcss.com/)** - utility-first CSS framework for beautiful styling with ease.

each blog post is stored in its own folder with the md post inside and assets.

## build locally
```sh
bun run deploy-local
```