Skip to content

Version 1.0.0

Latest
Compare
Choose a tag to compare
@stefangouldson stefangouldson released this 31 Aug 19:04
cdbb7f7

Initial release of the project.

Nuxt.js projects that connects to Storyblok CMS and creates pages, blocks and built in forms that work with Netlify.

Key Features

  • yarn setup command to generate initial pages and bloks
  • Automatic sitemap generation, run node scripts/generate-sitemap.js (also included in yarn generate command)
  • Multi regional support
  • Choose fonts from Google Fonts
  • Choose secondary color for non customisable features
  • Customisation for SEO tags
  • Image optimisation with NuxtImg when provided by Storyblok
  • Animate on scroll options
  • Static site with published content + SSR site with draft content
  • .pem key to use visual editor on localhost, run yarn proxy
  • Articles component for SEO
  • Built in dark mode
  • Google Analytics (optional) integration
  • Facebook pixel (optional) integration

For the Developers

  • Nuxt v3
  • Node v20
  • Storyblok API v2
  • Storyblok Management API v1
  • (Bonus) Component in code called Markdown.vue which can pull content from GitHub. GitHub CSS files included on line 66 of nuxt.config.ts

Future plans

  • Support for China region
  • Multi language support
  • More customisable dark mode
  • Any bug fixes