Cookie is a Jekyll and Tailwind CSS theme. Clone it, run one command, and you have a fast static site with a landing page, an integrated blog, and space for real documentation.
$ git clone https://github.com/abhinavs/cookie.git
$ cd cookie && bin/bootstrap
$ bin/start
# site running at http://127.0.0.1:4061_
used by
Every page and post is a plain Markdown file, sitting in a folder that matches what it does. Add a file, and Jekyll builds it into the site.
├── index.html homepage ├── _pages/ about, contact, terms ├── _posts/ blog, in Markdown ├── _docs/ documentation └── _config.yml site settings
A starter set of guides for setting up, customizing, and shipping a Cookie site, ready to read or edit from day one.
Do I need to know Tailwind CSS?
No. The theme ships with a working design. You only need Tailwind if you want to change colors, spacing, or add new components.
Can Cookie replace my docs site?
Yes. Pages and posts are plain Markdown collections, so a docs folder is just another collection with its own layout.
How do I customize the landing page?
Edit index.html in the project root. Other pages live in _pages and blog posts in _posts.
Is it free?
Cookie is MIT licensed and free to use. It's built and maintained by Abhinav Saxena.
Ready to ship your site?
Fork on GitHub