Frontend Template
eleventy-kickstart-blogrt Bug
·
Request Feature
Production-ready in mind:
- 🔥 11ty for Static Site Generator
- 🎨 Integrate with Tailwind CSS (with PurgeCSS, remove unused CSS) and DaisyUI
- 💅 PostCSS for processing Tailwind CSS
- ⚡️ Lazy load images with lazysizes
- ✨ Compress image with
Squoosh (by running
yarn min
) - 🎈 Syntax Highlighting with Prism.js
- ☕ Minify HTML & CSS with HTMLMinifier and cssnano
- ✏️ Linter with ESLint
- 🛠 Code Formatter with Prettier
- 💨 Live reload
- 📦 Module Bundler with Vite
- 🦊 Templating with EJS and NJK
- 🤖 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
- ✨ Commit message with icon using bump-version
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
-
npm
npm install yarn -g
-
Clone the eleventy-kickstart-blog
git clone https://github.com/loctran016/eleventy-kickstart-blog.git
-
Install NPM packages
yarn install
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Loctran016 - @loctran016 - [email protected]
Project Link: https://github.com/loctran016/eleventy-kickstart-blog
- Best Readme Template
- Eleventy Starter Boilerplate (some code here is come from this repo)
- eleventy-with-vite (thanks to this project, I can add vite)