https://github.com/loctran016/eleventy-kickstart-blog
A starter for your 11ty project using tailwindcss, daisyui, vitejs and vercel
https://github.com/loctran016/eleventy-kickstart-blog
11ty 11ty-starter 11ty-template daisyui eleventy frontend postcss ssg tailwind-css tailwind-css-template tailwindcss
Last synced: 12 months ago
JSON representation
A starter for your 11ty project using tailwindcss, daisyui, vitejs and vercel
- Host: GitHub
- URL: https://github.com/loctran016/eleventy-kickstart-blog
- Owner: loctran016
- License: mit
- Archived: true
- Created: 2021-06-21T00:59:47.000Z (about 5 years ago)
- Default Branch: vite
- Last Pushed: 2022-06-09T02:37:13.000Z (about 4 years ago)
- Last Synced: 2025-03-28T13:37:12.037Z (over 1 year ago)
- Topics: 11ty, 11ty-starter, 11ty-template, daisyui, eleventy, frontend, postcss, ssg, tailwind-css, tailwind-css-template, tailwindcss
- Language: JavaScript
- Homepage: https://eleventy-kickstart-blog.vercel.app/
- Size: 27.8 MB
- Stars: 19
- Watchers: 3
- Forks: 1
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[](http://standardjs.com)
Frontend Template
Frontend Template
eleventy-kickstart-blogrt Bug
ยท
Request Feature
Table of Contents
## About The Project

## Features
Production-ready in mind:
- ๐ฅ [11ty](https://www.11ty.dev) for Static Site Generator
- ๐จ Integrate with [Tailwind CSS](https://tailwindcss.com) (with
[PurgeCSS](https://purgecss.com), remove unused CSS) and
[DaisyUI](https://daisyui.com/)
- ๐
[PostCSS](https://postcss.org) for processing
[Tailwind CSS](https://tailwindcss.com)
- โก๏ธ Lazy load images with [lazysizes](https://github.com/aFarkas/lazysizes)
- โจ Compress image with
[Squoosh](https://github.com/GoogleChromeLabs/squoosh) (by running `yarn min`)
- ๐ Syntax Highlighting with [Prism.js](https://prismjs.com)
- โ Minify HTML & CSS with
[HTMLMinifier](https://www.npmjs.com/package/html-minifier) and
[cssnano](https://cssnano.co)
- โ๏ธ Linter with [ESLint](https://eslint.org)
- ๐ Code Formatter with [Prettier](https://prettier.io)
- ๐จ Live reload
- ๐ฆ Module Bundler with [Vite](https://vitejs.dev/)
- ๐ฆ Templating with [EJS](https://ejs.co) and
[NJK](https://mozilla.github.io/nunjucks/templating.html)
- ๐ค SEO metadata and [Open Graph](https://ogp.me/) tags
- โ๏ธ
[JSON-LD](https://developers.google.com/search/docs/guides/intro-structured-data)
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](https://github.com/PicGo/bump-version)
## Getting Started
To get a local copy up and running follow these simple steps.
### Prerequisites
This is an example of how to list things you need to use the software and how to
install them.
- npm
```sh
npm install yarn -g
```
### Installation
1. Clone the eleventy-kickstart-blog
```sh
git clone https://github.com/loctran016/eleventy-kickstart-blog.git
```
2. Install NPM packages
```sh
yarn install
```
## Usage
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.
## Roadmap
See the
[open issues](https://github.com/loctran016/eleventy-kickstart-blog/issues) for a
list of proposed features (and known issues).
## Contributing
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**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
## License
Distributed under the MIT License. See `LICENSE` for more information.
## Contact
Loctran016 - [@loctran016](https://twitter.com/loctran016) - loctran016@icloud.com
Project Link:
[https://github.com/loctran016/eleventy-kickstart-blog](https://github.com/loctran016/eleventy-kickstart-blog)
## Acknowledgements
- [Best Readme Template](https://github.com/othneildrew/Best-README-Template)
- [Eleventy Starter Boilerplate](https://github.com/ixartz/Eleventy-Starter-Boilerplate)
(some code here is come from this repo)
- [eleventy-with-vite](https://github.com/fpapado/eleventy-with-vite) (thanks to this project, I can add vite)
[contributors-shield]: https://img.shields.io/github/contributors/loctran016/eleventy-kickstart-blog.svg?style=for-the-badge
[contributors-url]: https://github.com/loctran016/eleventy-kickstart-blog/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/loctran016/eleventy-kickstart-blog.svg?style=for-the-badge
[forks-url]: https://github.com/loctran016/eleventy-kickstart-blog/network/members
[stars-shield]: https://img.shields.io/github/stars/loctran016/eleventy-kickstart-blog.svg?style=for-the-badge
[stars-url]: https://github.com/loctran016/eleventy-kickstart-blog/stargazers
[issues-shield]: https://img.shields.io/github/issues/loctran016/eleventy-kickstart-blog.svg?style=for-the-badge
[issues-url]: https://github.com/loctran016/eleventy-kickstart-blog/issues
[license-shield]: https://img.shields.io/github/license/loctran016/eleventy-kickstart-blog.svg?style=for-the-badge
[license-url]: https://github.com/loctran016/eleventy-kickstart-blog/blob/master/LICENSE.txt