All Projects → pipinghotdev → nuxt-netlify-cms-starter

pipinghotdev / nuxt-netlify-cms-starter

Licence: other
NuxtJS + Netlify CMS blog starter project

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects

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

nuxt-netlify-cms-starter
🏞 A very spartan starter for using Nuxt.js with Netlify CMS.
Stars: ✭ 67 (+91.43%)
Mutual labels:  nuxt, netlify, netlify-cms
bluise
🍄 Bluise - A Nuxt.js & Netlify CMS boilerplate.
Stars: ✭ 132 (+277.14%)
Mutual labels:  nuxt, netlify, netlify-cms
nuxt-starter-netlify-cms
Example nuxt + netlify cms project. Nuxt port of Gatsby starter app.
Stars: ✭ 13 (-62.86%)
Mutual labels:  nuxt, netlify, netlify-cms
vuefes-2018
Vue Fes Japan 2018 の Web サイトのソースコードです。ナレッジ共有のために公開します
Stars: ✭ 39 (+11.43%)
Mutual labels:  nuxt, netlify
nuxt-netlifycms-boilerplate
A simple boilerplate for using NetlifyCMS with Nuxt
Stars: ✭ 51 (+45.71%)
Mutual labels:  nuxt, netlify
hugo-shortcodes-netlify-cms
Shortcodes of Hugo for Netlify CMS Text Editor
Stars: ✭ 50 (+42.86%)
Mutual labels:  netlify, netlify-cms
artisan-static
A feature-rich starter template for building a static Jigsaw blog hosted on Netlify.
Stars: ✭ 40 (+14.29%)
Mutual labels:  netlify, netlify-cms
nuxtwebsite
A simple Nuxt.js setup to create websites with blog feature using Storyblok as CMS and Netlify to deploy it.
Stars: ✭ 29 (-17.14%)
Mutual labels:  nuxt, netlify
trailing-slash-guide
Understand and fix your static website trailing slash issues!
Stars: ✭ 255 (+628.57%)
Mutual labels:  nuxt, netlify
nuxt-netlify-lambda-starter
🛠️ SEO-friendly website starter backed by Netlify lambda functions in a simple, friendly repo
Stars: ✭ 60 (+71.43%)
Mutual labels:  nuxt, netlify
podcastfreaks.com
日本語テック系ポッドキャストまとめ
Stars: ✭ 42 (+20%)
Mutual labels:  nuxt, netlify
platform
Community platform for dancers
Stars: ✭ 30 (-14.29%)
Mutual labels:  nuxt, netlify
Gatsby Starter Netlify Cms
Example gatsby + netlify cms project
Stars: ✭ 1,932 (+5420%)
Mutual labels:  netlify, netlify-cms
hacktoberfest-checker
Decoupled web application using Nuxt and Netlify Functions to create a way for folks to check whether a public repository is eligible and/or taking part in Hacktoberfest
Stars: ✭ 16 (-54.29%)
Mutual labels:  nuxt, netlify
Ecommerce Netlify
🛍 A JAMstack Ecommerce Site built with Nuxt and Netlify Functions
Stars: ✭ 1,147 (+3177.14%)
Mutual labels:  nuxt, netlify
Bael Template
Brutalist Blog theme for Netlify CMS
Stars: ✭ 187 (+434.29%)
Mutual labels:  nuxt, netlify
netlify-cms-widget-youtube
Youtube Widget for Netlify CMS
Stars: ✭ 24 (-31.43%)
Mutual labels:  netlify, 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 (-5.71%)
Mutual labels:  netlify, netlify-cms
deved-platform
Nuxt.js for the new Vonage Developer Education site.
Stars: ✭ 15 (-57.14%)
Mutual labels:  nuxt, netlify
Nuxt Netlify
Dynamically generate `_headers` and `_redirects` files for Netlify in your Nuxt.js projects
Stars: ✭ 97 (+177.14%)
Mutual labels:  nuxt, netlify

NuxtJS Netlify CMS Starter

Netlify CMS starter based on the Code Tribe blog.

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn run dev

# generate blog
$ yarn run generate

Quick Start

  1. Clone or fork this repository.
  2. Set up your Netlify account.
  3. Sync Netlify with your own repository to automatically deploy when you write a new post.
  4. yarn dev or npm run dev for local development (available at http://localhost:3000).
  5. Deploy, write some posts and profit!

Access your Netlify CMS admin dashboard at localhost:3000/admin. By default, the project assumes you want to use Netlify Identity. If you don't wish to use this, modify the static/admin/index.html file.

Configuration

Netlify CMS configuration is stored in static/admin/config.yml. See the Netlify CMS docs for more info.

Blog posts will be stored in the content/blog folder.

Features

Features include:

  • Full SEO support for blog posts.
  • Lazy-load images.
  • robots.txt to disallow admin routes.
  • Automatic sitemap generation of your homepage and blog posts.
  • Font Awesome imports (see nuxt.config.js to add more).
  • Google font loading.
  • PrismJS syntax highlighting.
  • Medium-like social sharing.
  • Page transitions.
  • And of course, full page HTML rendering for deployment on Netlify!

NuxtJS

For detailed explanation on how things work, checkout Nuxt.js docs.

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].