0adk / 11ty-netlify-starter

Eleventy starter for Netlify CMS.

Home Page:https://adk-11ty-starter.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eleventy + Netlify CMS blog starter

  • with blog posts adding function and simple pages content managment (.md files)
  • 404 handle
  • nunjucks templates
  • scss
  • gulp + webpack javascript bundling

Start development

  1. Install npm packages

    npm install

  2. Start developing

    npm run start

Your site is now running at http://localhost:8080.

Deploy with Netlify

Click the button below to deploy a new site from this starter on Netlify

Deploy to Netlify

OR

Follow this Step-by-Step Guide on how to do it.

At step 5 when configuring your settings set the following:

Build command: npm run build

Publish directory: public

Content management

If you want to manage content of your page, type "/admin" at the end of your page's root url. After loggin in you will be able to change content of pages like heading, title or body and add new blog posts.

Summary

Feel free to use it and don't fogret leaving a ⭐ ! Thanks!

About

Eleventy starter for Netlify CMS.

https://adk-11ty-starter.netlify.app


Languages

Language:SCSS 69.8%Language:Nunjucks 20.6%Language:JavaScript 6.4%Language:HTML 3.1%