A static blog platform that fetches and displays blog posts from GitHub Gists.
- π Built with Nuxt 3
- π§© Utilizes GitHub Gists as a backend
- π Styled with Tailwind CSS
- π Dark mode by default with Catppuccin Mocha color palette
- β TypeScript support
- π± Responsive design
Make sure to install the dependencies:
# Using bun (recommended)
bun installStart the development server on http://localhost:3000:
# Using bun
bun run devBuild the application for production:
# Using bun
bun run buildPreview the production build locally:
# Using bun
bun run previewGenerate a static site:
# Using bun
bun run generateThe site can be deployed as a static site to any hosting platform which supports static site hosting:
- Cloudflare Pages
- Vercel
- Netlify
- GitHub Pages
Copy .env.example to .env and configure your GitHub token and other settings.