Nuxt Blog Starter
A simple, content-focused, minimal blog site built using NuxtJS and Bulma.
Key features:
- Easy Theming: Quickly customize the site's appearance by modifying primary, secondary, and text colors in a Sass file. Supports dark/light mode.
- Image Optimization: Utilizes
nuxt-optimized-images
for optimized image delivery. - Custom Components: Includes custom Vue components like
InfoBox
for callouts andInlineImage
for enhanced image handling with fullscreen gallery support. - SEO Ready:
getSiteMeta()
utility for managing meta tags and SEO, including Twitter Cards. - Markdown Support: Write blog posts in Markdown with support for syntax highlighting, images, and Vue components.
- Responsive Design: Built with Bulma CSS framework for a responsive layout.
Practical Applications:
- Quickly launch a personal blog.
- Create documentation sites.
- Develop content-focused websites with minimal setup.
- Serve as a starting point for NuxtJS projects.