An Eleventy, TailwindCSS and Netlify CMS based blog
You can checkout the live demo of the blog at https://elewind-template.netlify.app/
This blog was developed using Eleventy static site generator. Tailwind CSS was used to style the blog while it uses Netlify CMS for managing blog posts.
This has following features:
- Netlify CMS integration for managing blog posts
- Customizable
- top level navigation menu
- sections on the hompage
- max number of posts to display on the homepage section
- Featured blog post - the latest created post with
featured
tag (category) - List of all blog posts
- List of all blog posts per tag (category)
- Fully responsive
To try it out by deploying, you can use 'Deploy to Netlify' button directly.
To run this in your environment:
-
First, clone the git repo using
git clone https://github.com/ekansh005/elewind.git
-
In the Elewind repo folder, run
npm install
to install all the dependencies. -
To run it in dev environment, run
npm run start
and it will create a local server and open the link in your default browser.
You can reach me on Twitter and LinkedIn.
MIT license.