Its a minimal template for personal site and free to use.
- 100% support for Nuxt Studio.
- Fully responsive with navbar adaptivity according to device.
- Automatically displayes latest blog articles on homepage.
- Dynamic social media profile links.
- Light & Dark mode support.
- 100% SEO compatibile with dynamic post preview for populating social media.
git clone
this repo or click onUse this template
button.cd
into the project directory.- Run
bun install
to install the dependencies. - Set following variables in
.env
# Openstatus is a opensource tool monitor your services. Set user slug.
STATUS_SITE_SLUG=
# Set your site url.
NUXT_PUBLIC_SITE_URL=
# Set your site name.
OWNER_NAME=
- Run
bun dev
to start the development server. - Start editing content from
/content/
directory. - Deploy on any hosting service. Nuxt supports a lot of hosting services. Visit Nuxt hosting for more information.
- Follow the steps from (1-5) mentioned under
Use this template
section. - Raise PR directly to
main
branch for small fixes. - Open an issue and raise a PR for adding new features.
- Fayaz Ahmed for his awesome zooper template.