All Projects → danurbanowicz → Eleventy Netlify Boilerplate

danurbanowicz / Eleventy Netlify Boilerplate

Licence: mit
A template for building a simple website with the Eleventy static site generator

Projects that are alternatives of or similar to Eleventy Netlify Boilerplate

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 (-62.67%)
Mutual labels:  netlify, static-site-generator, jamstack, boilerplate
Gatsby Starter Netlify Cms
Example gatsby + netlify cms project
Stars: ✭ 1,932 (+438.16%)
Mutual labels:  netlify, cms, static-site-generator, 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 (-61.28%)
Mutual labels:  netlify, static-site-generator, jamstack, boilerplate
Wowchemy Hugo Modules
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, build with widgets! 创建在线课程,学术简历或初创网站。
Stars: ✭ 6,093 (+1597.21%)
Mutual labels:  netlify, cms, static-site-generator
Jekyll Netlify Boilerplate
A simple Jekyll template for creating a fast, static website on Netlify
Stars: ✭ 62 (-82.73%)
Mutual labels:  cms, jamstack, boilerplate
Headlesscms.org
Source for headlesscms.org
Stars: ✭ 628 (+74.93%)
Mutual labels:  netlify, static-site-generator, jamstack
Netlify Cms
A Git-based CMS for Static Site Generators
Stars: ✭ 14,776 (+4015.88%)
Mutual labels:  cms, static-site-generator, jamstack
snipcart-hugo-integration
Hugo Website Tutorial with a Live Static E-Commerce Example
Stars: ✭ 38 (-89.42%)
Mutual labels:  static-site-generator, netlify, jamstack
nuxt-starter-netlify-cms
Example nuxt + netlify cms project. Nuxt port of Gatsby starter app.
Stars: ✭ 13 (-96.38%)
Mutual labels:  static-site-generator, netlify, jamstack
Bael Template
Brutalist Blog theme for Netlify CMS
Stars: ✭ 187 (-47.91%)
Mutual labels:  netlify, static-site-generator, jamstack
Skeleventy
A skeleton boilerplate built with Eleventy.
Stars: ✭ 318 (-11.42%)
Mutual labels:  netlify, static-site-generator, jamstack
Atlas
The Hugo boilerplate we use for our projects.
Stars: ✭ 232 (-35.38%)
Mutual labels:  netlify, static-site-generator, jamstack
Nextjs Netlify Blog Template
Next.js blogging template for Netlify
Stars: ✭ 141 (-60.72%)
Mutual labels:  netlify, cms, boilerplate
Eleventy Starter Ghost
A starter template to build websites with Ghost & Eleventy
Stars: ✭ 187 (-47.91%)
Mutual labels:  netlify, jamstack, boilerplate
trailing-slash-guide
Understand and fix your static website trailing slash issues!
Stars: ✭ 255 (-28.97%)
Mutual labels:  static-site-generator, netlify, jamstack
Bolt
⚡ is a fast grunt based, data driven, static site seed project, for rapid web development of PWA's or JAMstack projects
Stars: ✭ 30 (-91.64%)
Mutual labels:  static-site-generator, jamstack
navigator-hugo
Navigator Business theme powered by Hugo. It also could be used for a personal portfolio.
Stars: ✭ 133 (-62.95%)
Mutual labels:  static-site-generator, jamstack
virtual-lolly
JAMstack demo site - prerendered with serverless API fallbacks
Stars: ✭ 110 (-69.36%)
Mutual labels:  netlify, jamstack
Discord Fork
An open source Discord Bot List made with GatsbyJS
Stars: ✭ 60 (-83.29%)
Mutual labels:  netlify, jamstack
gatsby-starter-developer-diary
An official Gatsby blog template designed for web developers. Blazing fast, it includes beautful web developer topic tags and social-media links
Stars: ✭ 76 (-78.83%)
Mutual labels:  netlify, jamstack

Netlify Status

Eleventy Netlify Boilerplate

Demo Site

What is it?

A simple template for building a fast, pre-generated HTML website using the Eleventy static site generator. With Netlify CMS baked-in, ready to deploy to Netlify in a couple of clicks.

Use it as a starter for your own JAMstack projects, or as an easy way to get started building websites with Eleventy.

Based on the Eleventy Base Blog repo (see there for additional info on Eleventy usage).

🔥 This project is featured on Netlify's official template showcase 🔥

Features

  • NEW: Added maintenance-free post author archives
  • Uses the official Eleventy Navigation plugin to build menus
  • Sample pages and a blog with tag support
  • Netlify CMS with editor previews (thanks @biilmann!)
  • Includes a working contact form
  • CSS 2kb minified, inlined for fastest page render
  • Optional pipeline for minified inline JS
  • Pre-builds and minifies your HTML too
  • Uses Markdown files for content
  • Uses Nunjucks (or Liquid) templates for layout
  • 100% Javascript framework free
  • Continuous Deployment workflow via Netlify

Want to try it out now?

Deploy to Netlify

Clicking the button above will deploy a copy of the demo website to your Netlify account (you can create an account during this process if you don't have one) and everything needed for running the CMS:

  • A new repository in your GitHub account with the code
  • Full Continuous Deployment to Netlify's global CDN network
  • Control users and access with Netlify Identity
  • Manage content with Netlify CMS
  • Process form data with Netlify Forms

Setup authentication

After deploying this project, Netlify Identity will add you as a CMS user and will email you an invite. It is not necessary to accept this invite if you wish to use an OAuth provider (e.g. Github) to manage authentication for your CMS. It is recommended to use this method of authentication as it removes the need for an email & password to log in to the CMS and is generally more secure. You will need to add an OAuth provider in your Netlify app settings under "Settings" > "Identity" > "External providers".

Once you've added an OAuth provider, navigate to /admin on your site, select your provider from the list, and you should then be logged into your CMS. Cool huh?

Now you're all set, and you can start editing content!

Gotchas

If you change the repo that was created at deploy time from public to private, you'll need to regenerate your token, as the token generated using the deploy to Netlify button can only access public repositories. To regenerate your token, head to "Settings" in your Netlify site dashboard, go to the "Identity" section, then scroll to "Services" where you'll see an "Edit settings" button. Click that and you'll see a text link to "Generate access token in GitHub".

If you need any help with setting up Netlify CMS, you can reach out to the Netlify team in the Netlify CMS Gitter.

Local development

1. Clone this repository:

git clone https://github.com/danurbanowicz/eleventy-netlify-boilerplate.git my-blog-name

2. Navigate to the directory

cd my-blog-name

Specifically have a look at .eleventy.js to see if you want to configure any Eleventy options differently.

3. Install dependencies locally

npm install @11ty/eleventy

4. Edit _data/metadata.json

This file contains your site title and author details, and can be used to store any other commonly used site data.

5. Run Eleventy (builds the site)

npx @11ty/eleventy

Or build automatically when a template changes:

npx @11ty/eleventy --watch

Or build and host locally for local development:

npx @11ty/eleventy --serve

Or in debug mode:

DEBUG=* npx @11ty/eleventy

Bug reports, feature requests, etc

This is an ongoing project and I welcome contributions and suggestions! Feel free to submit a PR.

If you need any help with setting up Netlify CMS, you can reach out to the Netlify team in the Netlify CMS Gitter.

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