Cookie is a landing page site using Tailwind CSS. You can learn more about customizing the site in the docs. You can learn more about Jekyll at jekyllrb.com
You can find the source code for cookie at GitHub: abhinavs / cookie
Cookie is a Jekyll based static website for your next project. It uses Tailwind CSS and comes with
All pages are responsive and mobile friendly.
Jekyll is a static website generator - what it means is that in production, your site will be extremely fast because it has been ‘compiled’ into HTML pages during deployment. Separating your landing website from your app website is also useful because it takes away the load which otherwise your app website would have handled - it keeps your app website free.
Cookie uses Tailwind CSS v4, styled with the Geist typeface and Phosphor Icons.
cd cookiebin/bootstrapbin/start
index.html in the root directory.soopr in the _config.yml file_pages directory. You can add more pages too - you will be able to directly link to them using the filename. Don’t forget to customize Terms & Privacy Policy._posts directory. Tailwind Typography for better blog formatting and code syntax highlighting is already included._config.yml in the root directory, and add relevant details. Many of them are used for SEO purposes.custom-head.html present in the _includes directory.assets/img directory.Run bundle exec jekyll build to generate a static site in _site. Push that output to Netlify, GitHub Pages, Vercel, or any static host. A GitHub Actions workflow is already set up to build and check the site on every push.
Cookie’s design uses Tailwind CSS, the Geist typeface, and Phosphor Icons.