Home

Awesome

Eleventy Starter Boilerplate

<p align="center"> <a href="https://creativedesignsguru.com/demo/Eleventy-Starter-Boilerplate/eleventy-starter-boilerplate-presentation/"><img src="public/assets/images/eleventy-js-starter-boilerplate.png?raw=true" alt="Eleventy starter banner"></a> </p>

šŸš€ Eleventy Starter Boilerplate is production-ready with SEO-friendly for quickly starting a blog. āš”ļø Built with Eleventy, ESLint, Prettier, Webpack, PostCSS, Tailwind CSS and Netlify CMS (optional).

Clone this project and use it to create your own Eleventy blog. You can check a Eleventy templates demo.

Features

Production-ready in mind:

Philosophy

Requirements

Premium Themes (Eleventy Themes)

Blue Dark Eleventy ThemeBlue Eclatant Eleventy Theme
Blue Dark Eleventy Theme premiumBlue Eclatant Eleventy Theme premium
Blue Modern Eleventy ThemeBlue Minimalist Eleventy Theme
Blue Modern Eleventy Theme premiumBlue Minimalist Eleventy Theme premium

Getting started

Run the following command on your local environment:

git clone --depth=1 https://github.com/ixartz/Eleventy-Starter-Boilerplate.git my-project-name
cd my-project-name
npm install

Then, you can run locally in development mode with live reload:

npm run dev

Open http://localhost:8080 with your favorite browser to see your blog.

Project structure

.
ā”œā”€ā”€ public             # Static files
ā”‚   ā””ā”€ā”€ assets
ā”‚       ā””ā”€ā”€ images     # Images not needed by Webpack
ā””ā”€ā”€ src
    ā”œā”€ā”€ _data          # Eleventy data folder
    ā”œā”€ā”€ _includes
    ā”‚   ā””ā”€ā”€ layouts    # HTML layout files
    ā”œā”€ā”€ assets         # Assets folder that needs to be processed by Webpack
    ā”‚   ā”œā”€ā”€ images
    ā”‚   ā”‚   ā””ā”€ā”€ posts  # Images used in your blog posts (will be compressed by Webpack)
    ā”‚   ā””ā”€ā”€ styles     # Your blog CSS files
    ā””ā”€ā”€ posts          # Your blog posts

Customization

You can easily configure Eleventy Starter Boilerplate. Please change the following file:

Deploy to production

You can see the results locally in production mode with:

npm run serve

The generated HTML and CSS files are minified. It will also removed unused CSS from Tailwind CSS.

You can create an optimized production build with:

npm run build

Now, your blog is ready to be deployed. All generated files are located at _site folder, which you can deploy with any hosting service.

Deploy to Netlify

Clone this repository on own GitHub account and deploy to Netlify:

Netlify Deploy button

Remove Netlify files and Netlify CMS

If you don't use Netlify, you can easily remove all Netlify related files:

Contributions

Everyone is welcome to contribute to this project. Feel free to open an issue if you have question or found a bug.

License

Licensed under the MIT License, Copyright Ā© 2020

See LICENSE for more information.


Made with ā™„ by CreativeDesignsGuru

Sponsor Next JS Boilerplate