All Projects β†’ lukeocodes β†’ nuxt-starter-netlify-cms

lukeocodes / nuxt-starter-netlify-cms

Licence: MIT License
Example nuxt + netlify cms project. Nuxt port of Gatsby starter app.

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to nuxt-starter-netlify-cms

Gatsby Starter Netlify Cms
Example gatsby + netlify cms project
Stars: ✭ 1,932 (+14761.54%)
Mutual labels:  static-site-generator, starter-template, starter, netlify, jamstack, netlify-cms
Next Js Blog Boilerplate
πŸš€ Nextjs Blog Boilerplate is starter code for your blog based on Next framework. ⚑️ Made with Nextjs, TypeScript, ESLint, Prettier, PostCSS, Tailwind CSS.
Stars: ✭ 134 (+930.77%)
Mutual labels:  static-site-generator, starter-template, starter, netlify, jamstack
Bael Template
Brutalist Blog theme for Netlify CMS
Stars: ✭ 187 (+1338.46%)
Mutual labels:  static-site-generator, nuxt, netlify, jamstack
frontenso-11ty-starter
Production-ready 11ty+Gulp+Webpack Starter that features Nunjucks, SASS, TailwindCSS (with JIT complier), and ESNext.
Stars: ✭ 24 (+84.62%)
Mutual labels:  starter-template, starter, jamstack, tailwind
nuxt-netlify-cms-starter
🏞 A very spartan starter for using Nuxt.js with Netlify CMS.
Stars: ✭ 67 (+415.38%)
Mutual labels:  nuxt, starter, netlify, netlify-cms
trailing-slash-guide
Understand and fix your static website trailing slash issues!
Stars: ✭ 255 (+1861.54%)
Mutual labels:  static-site-generator, nuxt, netlify, jamstack
Netlify Cms React Starter
A starter project for creating lightning-fast, offline-first websites with Netlify-CMS and React
Stars: ✭ 78 (+500%)
Mutual labels:  static-site-generator, starter, netlify
Skeleventy
A skeleton boilerplate built with Eleventy.
Stars: ✭ 318 (+2346.15%)
Mutual labels:  static-site-generator, netlify, jamstack
Eleventy Starter Boilerplate
πŸš€ Eleventy Starter is production-ready with SEO-friendly for quickly starting a blog. ⚑ Built with Eleventy, ESLint, Prettier, Webpack, PostCSS, Tailwind CSS and Netlify CMS (optional).
Stars: ✭ 139 (+969.23%)
Mutual labels:  static-site-generator, netlify, jamstack
Netlify Cms
A Git-based CMS for Static Site Generators
Stars: ✭ 14,776 (+113561.54%)
Mutual labels:  static-site-generator, jamstack, netlify-cms
Atlas
The Hugo boilerplate we use for our projects.
Stars: ✭ 232 (+1684.62%)
Mutual labels:  static-site-generator, netlify, jamstack
site
RailroadPM.org 2.x Site
Stars: ✭ 18 (+38.46%)
Mutual labels:  netlify, jamstack, netlify-cms
Headlesscms.org
Source for headlesscms.org
Stars: ✭ 628 (+4730.77%)
Mutual labels:  static-site-generator, netlify, jamstack
Eleventy Netlify Boilerplate
A template for building a simple website with the Eleventy static site generator
Stars: ✭ 359 (+2661.54%)
Mutual labels:  static-site-generator, netlify, jamstack
nuxt-netlify-cms-starter
NuxtJS + Netlify CMS blog starter project
Stars: ✭ 35 (+169.23%)
Mutual labels:  nuxt, netlify, netlify-cms
bluise
πŸ„ Bluise - A Nuxt.js & Netlify CMS boilerplate.
Stars: ✭ 132 (+915.38%)
Mutual labels:  nuxt, netlify, netlify-cms
snipcart-hugo-integration
Hugo Website Tutorial with a Live Static E-Commerce Example
Stars: ✭ 38 (+192.31%)
Mutual labels:  static-site-generator, netlify, jamstack
Ecommerce Netlify
πŸ› A JAMstack Ecommerce Site built with Nuxt and Netlify Functions
Stars: ✭ 1,147 (+8723.08%)
Mutual labels:  nuxt, netlify, jamstack
gatsby-starter-glass
A Minimal & Beautiful Gatsby Personal Blog Starter With Nice Glassmorphism UI
Stars: ✭ 134 (+930.77%)
Mutual labels:  starter, jamstack, netlify-cms
gatsby-netlifycms-starter-template
All the technologies used are free and open-source. You are free to use this template for a personal hobby blog, a commercial news agency or professional journalist website etc. Don't forget to star the repo if you like this template.
Stars: ✭ 33 (+153.85%)
Mutual labels:  netlify, jamstack, netlify-cms

Nuxt Content + Netlify CMS Starter Blog

Netlify Status

Note: This starter uses Nuxt 2.14 and @nuxt/content v1.1.0. This is a port of the Gatsby + Netlify CMS Starter.

This repo contains an example business website that is built with Nuxt.js, @nuxt/content, and Netlify CMS: Demo Link.

It follows the Jamstack architecture by using Git as a single source of truth, and Netlify for continuous deployment, and CDN distribution.

Features

  • A simple landing page with blog functionality built with Netlify CMS and @nuxt/content
  • Editable Pages: Landing, About, Product, Blog-Collection and Contact page with Netlify Form support
  • Create Blog posts from Netlify CMS
  • Tags: Separate page for posts under each tag
  • Basic directory organization
  • Uses TailwindCSS for styling from the @nuxtjs/tailwindcss module, with PurgeCSS included for minimal CSS.
  • @tailwind/typography configured for prose and responsive prose.
  • Blazing fast loading times thanks to server-side rendering in full static mode.
  • Separate components for everything
  • Netlify deploy configuration
  • ..and more

Sites Based On This

Prerequisites

Getting Started (Recommended)

Netlify CMS can run in any frontend web environment, but the quickest way to try it out is by running it on a pre-configured starter site with Netlify. Use the button below to build and deploy your own copy of the repository:

Deploy to Netlify

After clicking that button, you’ll authenticate with GitHub and choose a repository name. Netlify will then automatically create a repository in your GitHub account with a copy of the files from the template. Next, it will build and deploy the new site on Netlify, bringing you to the site dashboard when the build is complete. Next, you’ll need to set up Netlify’s Identity service to authorize users to log in to the CMS.

Access Locally

Pulldown a local copy of the Github repository Netlify created for you, with the name you specified in the previous step

git clone https://github.com/[GITHUB_USERNAME]/[REPO_NAME].git
cd [REPO_NAME]
npm install
netlify dev # or ntl dev

This uses the new Netlify Dev CLI feature to serve any functions you have in the lambda folder.

To test the CMS locally, you'll need to run a production build of the site:

netlify dev # or ntl dev

Getting Started (Without Netlify)

git clone https://github.com/lukeocodes/gatsby-starter-netlify-cms/ [SITE_DIRECTORY_NAME]
cd [SITE_DIRECTORY_NAME]
npm install

# dev start
npm run dev

# prod build and start
npm run generate
npm run start

Setting up the CMS

Follow the Netlify CMS Quick Start Guide to set up authentication, and hosting.

Debugging

Windows users might encounter node-gyp errors when trying to npm install. To resolve, make sure that you have both Python 2.7 and the Visual C++ build environment installed.

npm config set python python2.7
npm install --global --production windows-build-tools

Full details here

MacOS users might also encounter some errors, for more info check node-gyp. We recommend using the latest stable node version.

Contributing

Contributions are always welcome, no matter how large or small. Before contributing, please read the code of conduct. Then, check out the contributing guidelines.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].