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 clonethis repo or click onUse this templatebutton.cdinto the project directory.- Run
bun installto 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 devto 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 templatesection. - Raise PR directly to
mainbranch for small fixes. - Open an issue and raise a PR for adding new features.
- Fayaz Ahmed for his awesome zooper template.