All Projects → cassidoo → Next Netlify Blog Starter

cassidoo / Next Netlify Blog Starter

Licence: other
A lightweight markdown blog starter built with Next.js 9.5+ and Netlify

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Next Netlify Blog Starter

Next Netlify Starter
A one-click starter project for Next and Netlify
Stars: ✭ 249 (+46.47%)
Mutual labels:  netlify, nextjs
nativesintech.org
The repository for the Natives in Tech website
Stars: ✭ 37 (-78.24%)
Mutual labels:  nextjs, netlify
Next Adventure
A crowdsourced, mad-lib, choose your own adventure story!
Stars: ✭ 175 (+2.94%)
Mutual labels:  netlify, nextjs
Jamstackthemes
A list of themes and starters for JAMstack sites.
Stars: ✭ 298 (+75.29%)
Mutual labels:  netlify, nextjs
Next Purescript Example
Simple example app using Next.js with Purescript
Stars: ✭ 35 (-79.41%)
Mutual labels:  netlify, nextjs
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 (-21.18%)
Mutual labels:  netlify, nextjs
nextjs-blog-starter-kit
NextJS Blog + Contentful Typescript Starter kit with Static Export 🚀
Stars: ✭ 56 (-67.06%)
Mutual labels:  nextjs, netlify
Next On Netlify
Build and deploy Next.js applications with Server-Side Rendering on Netlify!
Stars: ✭ 719 (+322.94%)
Mutual labels:  netlify, nextjs
Commercejs Nextjs Demo Store
Commerce demo store built for the Jamstack. Built with Commerce.js, Next.js, and can be one-click deployed to Netlify. Includes product catalog, categories, variants, cart, checkout, payments (Stripe) order confirmation, and printable receipts.
Stars: ✭ 737 (+333.53%)
Mutual labels:  netlify, nextjs
Next On Netlify Demo
Demo of a Next.js app with Server-Side Rendering on Netlify
Stars: ✭ 40 (-76.47%)
Mutual labels:  netlify, nextjs
Nextjs Netlify Blog Template
Next.js blogging template for Netlify
Stars: ✭ 141 (-17.06%)
Mutual labels:  netlify, nextjs
Wipi
nextjs + nestjs + TypeScript +MySQL 开发的前后端分离,服务端渲染的博客系统
Stars: ✭ 163 (-4.12%)
Mutual labels:  nextjs
Vulcan Next
The Next starter for GraphQL developers
Stars: ✭ 155 (-8.82%)
Mutual labels:  nextjs
Notus Nextjs
Notus NextJS: Free Tailwind CSS UI Kit and Admin
Stars: ✭ 152 (-10.59%)
Mutual labels:  nextjs
Next Graphql Blog
🖊 A Blog including a server and a client. Server is built with Node, Express & a customized GraphQL-yoga server. Client is built with React, Next js & Apollo client.
Stars: ✭ 152 (-10.59%)
Mutual labels:  nextjs
Gfw
Global Forest Watch: An online, global, near-real time forest monitoring tool
Stars: ✭ 167 (-1.76%)
Mutual labels:  nextjs
Next Session
Simple promise-based session middleware for Next.js, micro, Express, and more
Stars: ✭ 161 (-5.29%)
Mutual labels:  nextjs
Gatsby Starter Netlify Cms
Example gatsby + netlify cms project
Stars: ✭ 1,932 (+1036.47%)
Mutual labels:  netlify
Notion Blog
A Next.js site using new SSG support with a Notion backed blog
Stars: ✭ 2,339 (+1275.88%)
Mutual labels:  nextjs
Nextjs Express Mongoose Crudify Boilerplate
Next.js (React) + Redux + Express REST API + MongoDB + Mongoose-Crudify boilerplate
Stars: ✭ 148 (-12.94%)
Mutual labels:  nextjs

Next + Netlify Markdown Blog Starter

Netlify Status

This is a lightweight Next.js (v9.5+) Markdown Blog, configured so you can one-click install a blog and deploy it to Netlify!

Get started by clicking here (this will clone the repo and deploy the site):

Deploy to Netlify

Or, if you'd like to build it yourself, here's a tutorial blog post that should get you on the right track!

The nitty gritty

If you'd like to work with this project locally, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

If you'd like to write a new blog post, write it in Markdown in the posts directory.

Installation options

Option one: One-click deploy

Deploy to Netlify

Option two: Manual clone

  1. Clone this repo: git clone https://github.com/cassidoo/next-netlify-blog-starter
  2. Navigate to the directory and run npm run dev
  3. Make your changes
  4. Connect to Netlify manually (the netlify.toml file is the one you'll need to make sure stays intact to make sure the export is done and pointed to the right stuff)

Styling

Included are some basic styles with styled-jsx, which is included out of the box with Next.js. Because this uses Next.js 9.3, there's also built-in Sass support and CSS Module support, if you'd prefer to use those.

The font used is Inter.

Hero images

You may include an optional hero image in your posts. Put the images in public/static/, and then include in your blog .md file like so:

---
title: 'Post title'
author: 'Post author'
date: '2020-04-27'
hero_image: ../static/example.jpg
---

See demo-post-1.md for an example of this.

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