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
- Host: GitHub
- URL: https://github.com/luis-ota/luis-blog
- Owner: luis-ota
- Created: 2025-02-14T17:40:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-25T02:49:38.000Z (10 months ago)
- Last Synced: 2025-07-25T07:44:15.541Z (10 months ago)
- Topics: blog, nextjs, utterances
- Language: TypeScript
- Homepage: https://blog.wired.rs/
- Size: 17.4 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```