Cookie is a landing page site using Tailwind CSS. You can learn more about customizing the site in README.md
file in root directory of the project. 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 ‘compliled’ into HTML pages while 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 2.0 which is a good improvement over Tailwind 1.0.
Soopr is the easiest way to for you add share reaction buttons to your blog and website, integrate an URL shortener and analytics service. Soopr lets you manage all of these using a powerful dashboard.
Cookie uses Soopr for share and like buttons and is already integrated. By default, Cookie shows circular
Twitter, Facebook and Copy buttons in base
size. To add like
button, please signup for free on Soopr
Check out the Soopr Website for more info on how to get the most out of Soopr.
cd cookie
bin/bootstrap
bin/start
_config.yml
file_pages
directory. You can add more pages too - you will be able to directly link to them using filename. Don’t forget to customize Terms & Privacy Policy._posts
directory. Tailwind Typography for better blog formating and code syntax highlighting is already included._config.yml
in root directory, and add relevant details. Many of them are used for SEO purposes.custom-head.html
present in _includes
directory.assets/img
directory.TODO
Landing page is based on Tailwind Starter Kit and components from Tailblocks - thanks for providing an amazing landing page and components under MIT License.