Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hendisantika/nuxt-blog
🔥 Nuxt Blog is a personal blog site built with Nuxt3, Nuxt-Content V2 & Tailwind.
https://github.com/hendisantika/nuxt-blog
blog cicd javascript nuxt
Last synced: 13 days ago
JSON representation
🔥 Nuxt Blog is a personal blog site built with Nuxt3, Nuxt-Content V2 & Tailwind.
- Host: GitHub
- URL: https://github.com/hendisantika/nuxt-blog
- Owner: hendisantika
- License: mit
- Created: 2024-01-13T22:37:49.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-29T03:58:05.000Z (11 months ago)
- Last Synced: 2024-11-07T17:25:34.914Z (2 months ago)
- Topics: blog, cicd, javascript, nuxt
- Language: Vue
- Homepage: https://blog.hendisantika.my.id
- Size: 5.74 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Nuxt Blog A Personal Blog Site
### Built with
Nuxt Blog built
with [Nuxt3](https://nuxt.com), [Nuxt-Content2](https://content.nuxtjs.org/blog/announcing-v2/), [Vue3](https://vuejs.org) & [TailwindCss](https://tailwindcss.com/)## Features
- Write blog with markdown file
- Auto generate category from blog post
- Blog list page with search and pagination
- About me page for user info
- Auto generate table of content for blog post
- Auto generate Sitemap
- Url preview with Nuxt ogImage
- Dark and light mode
- Server Side Rendered(SSR) with Nuxt3## Preview
## Demo
https://blog.hendisantika.my.id
> Hosted on [Vercel](https://vercel.com/): `npm run build`
## Build Setup
**Requires Node.js 16+**
```bash
# install dependencies
yarn install# serve in dev mode, with hot reload at localhost:5173
yarn run dev# build for production
yarn run build# serve in production mode
yarn run preview```