• Stars
    star
    263
  • Rank 155,054 (Top 4 %)
  • Language EJS
  • License
    MIT License
  • Created over 4 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🚀 Eleventy Starter is production-ready with SEO-friendly for quickly starting a blog. ⚡ Built with Eleventy, ESLint, Prettier, Webpack 5, PostCSS, Tailwind CSS 2 and Netlify CMS (optional).

Eleventy Starter Boilerplate

Eleventy starter banner

🚀 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:

  • 🔥 11ty for Static Site Generator
  • 🎨 Integrate with Tailwind CSS (with PurgeCSS, remove unused CSS)
  • 💅 PostCSS for processing Tailwind CSS
  • ⚡️ Lazy load images with lazysizes
  • Compress image with Imagemin
  • 🎈 Syntax Highlighting with Prism.js
  • Minify HTML & CSS with HTMLMinifier and cssnano
  • ✏️ Linter with ESLint
  • 🛠 Code Formatter with Prettier
  • 💨 Live reload
  • 📦 Module Bundler with Webpack
  • 🦊 Templating with EJS
  • 🤖 SEO metadata and Open Graph tags
  • ⚙️ JSON-LD for richer indexing
  • 🗺 Sitemap.xml
  • ⚠️ 404 page
  • 📖 Pagination
  • Cache busting
  • 💯 Maximize lighthouse score
  • 🌈 Include a FREE minimalist blog theme
  • 🗒 Netlify CMS (optional)

Philosophy

  • Minimal code (HTML, CSS & JS). Add what you need
  • SEO-friendly
  • 🚀 Production-ready

Requirements

  • Node.js and npm

Premium Themes (Eleventy Themes)

Blue Dark Eleventy Theme Blue Eclatant Eleventy Theme
Blue Dark Eleventy Theme premium Blue Eclatant Eleventy Theme premium
Blue Modern Eleventy Theme Blue Minimalist Eleventy Theme
Blue Modern Eleventy Theme premium Blue 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:

  • public/assets/images/logo.png: your blog logo
  • public/apple-touch-icon.png, public/favicon.ico, public/favicon-16x16.png and public/favicon-32x32.png: your blog favicon, you can generate from https://favicon.io/favicon-converter/
  • src/_data/site.json: your blog configuration
  • src/_includes/layouts: your blog HTML layout
  • src/assets/styles/main.css: your blog CSS file using Tailwind CSS

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:

  • public/admin, the entier folder
  • src/_includes/layouts/base.ejs, the loaded script netlify-identity-widget.js and the inline script if (window.netlifyIdentity) { ...
  • netlify.toml, the entire file

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

More Repositories

1

Next-js-Boilerplate

🚀🎉📚 Boilerplate and Starter for Next.js 14+ with App Router and Page Router support, Tailwind CSS 3.4 and TypeScript ⚡️ Made with developer experience first: Next.js + TypeScript + ESLint + Prettier + Drizzle ORM + Husky + Lint-Staged + Vitest + Testing Library + Playwright + Storybook + Commitlint + VSCode + Netlify + PostCSS + Tailwind CSS ✨
TypeScript
8,567
star
2

SaaS-Boilerplate

🚀🎉📚 SaaS Boilerplate built with Next.js + Tailwind CSS + Shadcn UI + TypeScript. ⚡️ Full-stack React application with Auth, Multi-tenancy, Roles & Permissions, i18n, Landing Page, DB, Logging, Testing
TypeScript
3,348
star
3

Next-JS-Landing-Page-Starter-Template

🚀 Free NextJS Landing Page Template written in Tailwind CSS 3 and TypeScript ⚡️ Made with developer experience first: Next.js 14 + TypeScript + ESLint + Prettier + Husky + Lint-Staged + VSCode + Netlify + PostCSS + Tailwind CSS
TypeScript
1,785
star
4

Astro-boilerplate

🚀 Astro boilerplate with responsive blog and portfolio template using TypeScript and React styled with Tailwind CSS ⚡️ Made with developer experience first: TypeScript + ESLint + Prettier + Husky + Lint-Staged + Commitlint + VSCode
TypeScript
741
star
5

Next-js-Blog-Boilerplate

🚀 Nextjs Blog Boilerplate is starter code for your blog based on Next framework. ⚡️ Made with Nextjs 12, TypeScript, ESLint, Prettier, PostCSS, Tailwind CSS 3.
TypeScript
636
star
6

Serverless-Boilerplate-Express-TypeScript

🚀🎉📚 Boilerplate and Starter for Serverless framework, ExpressJS, TypeScript, Prisma and MongoDB ⚡️ Made with developer experience first: Serverless framework + Live reload + Offline support + ExpressJS + TypeScript + ESLint + Prettier + Husky + Commitlint + Lint-Staged + Jest + Dotenv + esbuild + VSCode
TypeScript
545
star
7

React-Native-Boilerplate

🚀🎉📚 Boilerplate and Starter for React Native, Expo, NativeWind and TypeScript ⚡️ Made with developer experience first: React Native + Expo + TypeScript + ESLint + Prettier + Husky + Lint-Staged + Jest + Detox + VSCode + NativeWind
JavaScript
214
star
8

handwritten-digit-recognition-tensorflowjs

In-Browser Digit recognition with Tensorflow.js and React using Mnist dataset
JavaScript
47
star
9

astro-boilerplate-components

TypeScript
33
star
10

Markov-segmentation

Image segmentation with a Markov random field
C++
21
star
11

nextjs-starter

🚀🎉📚 Next.js Starter Template with built-in features like Auth, DB, I18n, Logging, Testing and more. ⚡️ Enjoy modern dev with React, TypeScript, Tailwind CSS, and Zod
TypeScript
8
star
12

dotfiles-v2

Shell
5
star
13

My-blog

My technical blog on Jekyll
CSS
1
star
14

Fat-File-System

C++
1
star
15

coding-style-checker

Coding convention style checker for C++
Python
1
star