All Projects → abhinavs → cookie

abhinavs / cookie

Licence: MIT license
Landing website + Blog using Jekyll & Tailwind CSS

Programming Languages

HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to cookie

Gatsby Starter Alchemy
A Gatsby starter with PostCSS powers ✨🔮
Stars: ✭ 23 (-62.3%)
Mutual labels:  landing-page, static-site
Vex Hugo
Vex is a product landing page theme/template created by Themefisher based on the latest Bootstrap 4 framework. It is fully responsive and beautifully crafted with Product Showcase, Testimonials, and Email Subscription sections
Stars: ✭ 97 (+59.02%)
Mutual labels:  fast, landing-page
Responsivedevices.css
Responsive CSS Device frames for your landing pages
Stars: ✭ 59 (-3.28%)
Mutual labels:  landing-page, responsive
gatsby-starter-landing-page
🖱 A simple, minimal Gatsby starter for quick and easy landing pages
Stars: ✭ 132 (+116.39%)
Mutual labels:  landing-page, static-site
wp-trigger-netlify-build
A WordPress plugin to automatically rebuild a Netlify site when content is updated.
Stars: ✭ 80 (+31.15%)
Mutual labels:  static-site, netlify
tailwind-ui-components
Free Tailwind CSS UI Components - Crafted for modern websites, landing pages and web apps. TailGrids Core is free and open-source so, feel free to use with your personal or commercial projects. If you would like to show your support and love, don't forget to give us a star 🌟
Stars: ✭ 49 (-19.67%)
Mutual labels:  landing-page, tailwind-css
Cstate
🔥 Open source static (serverless) status page. Uses hyperfast Go & Hugo, minimal HTML/CSS/JS, customizable, outstanding browser support (IE8+), preloaded CMS, read-only API, badges & more.
Stars: ✭ 1,186 (+1844.26%)
Mutual labels:  fast, netlify
site
🏁📑 Static site generator for landing pages, docs, and more
Stars: ✭ 31 (-49.18%)
Mutual labels:  landing-page, static-site
Rainblur-Landing-Page
Tailwind CSS Starter Template - Rainblur Landing Page (dark)
Stars: ✭ 112 (+83.61%)
Mutual labels:  landing-page, tailwind-css
tailwindcss-open-template
🛬 An implementation of the “Open” landing page template using Tailwind CSS Boilerplate.
Stars: ✭ 115 (+88.52%)
Mutual labels:  landing-page, tailwind-css
awrora-starter
Landing page template built with one of most popular javascript library Vue.JS, Vuetify (Material Design) and Nuxt.JS with SSR.
Stars: ✭ 38 (-37.7%)
Mutual labels:  landing-page, responsive
Screenshot-Landing-Page
Tailwind CSS Starter Template - Screenshot Landing Page
Stars: ✭ 100 (+63.93%)
Mutual labels:  landing-page, tailwind-css
nglp-angular-material-landing-page
NGLP is an Angular Material Landing Page.
Stars: ✭ 32 (-47.54%)
Mutual labels:  landing-page, responsive
Next-JS-Landing-Page-Starter-Template
🚀 Free NextJS Landing Page Template written in Tailwind CSS 3 and TypeScript ⚡️ Made with developer experience first: Next.js 12 + TypeScript + ESLint + Prettier + Husky + Lint-Staged + VSCode + Netlify + PostCSS + Tailwind CSS
Stars: ✭ 521 (+754.1%)
Mutual labels:  landing-page, tailwind-css
octobercms-juicy-theme
Clean, simple and responsive landing page build on Vue.js with backend editing
Stars: ✭ 20 (-67.21%)
Mutual labels:  landing-page, responsive
Gatsby Theme Superstylin
💅 A Gatsby Theme with styled-components
Stars: ✭ 165 (+170.49%)
Mutual labels:  landing-page, static-site
gatsby-netlifycms-starter-template
All the technologies used are free and open-source. You are free to use this template for a personal hobby blog, a commercial news agency or professional journalist website etc. Don't forget to star the repo if you like this template.
Stars: ✭ 33 (-45.9%)
Mutual labels:  responsive, netlify
Startup Landing
Collection of free top of the line startup landing templates built using react/nextjs/gatsby. Free to download, simply edit and deploy! Updated weekly!
Stars: ✭ 176 (+188.52%)
Mutual labels:  responsive, static-site
Dot Hugo Documentation Theme
Dot - Hugo Documentation Theme
Stars: ✭ 162 (+165.57%)
Mutual labels:  fast, responsive
axiom
Axiom - A Hugo Theme. GitTip: https://gitcoin.co/tip?username=jhauraw
Stars: ✭ 67 (+9.84%)
Mutual labels:  netlify, tailwind-css

Cookie - a fast and easy to deploy landing website for your next project.

Cookie is a Jekyll and Tailwind CSS based static website that makes the whole process of creating and launching landing websites extremely easy. With its responsive and mobile friendly pages, integrated blog, additional pages and [Soopr](https://www.soopr.co) integration, you can focus on building your product than landing website.

Features

  • Well-designed landing page
  • Responsive and mobile friendly
  • Additional pages like about us, terms of service & privacy policy
  • Integrated blog, write content in markdown format
  • Easy to customize using Tailwind CSS
  • Fast and performant website
  • SEO optimized (uses Jekyll SEO Tag)
  • RSS feed (uses Jekyll Feed)
  • Easy to deploy, one-click deploy on Netlify possible
  • Soopr integrated - easy to customize share & like buttons, URL shortning and website analytics
  • Auto generated share images for social media using Soopr

Demo

Netlify Status
You can see demo app deployed here

Used by

Why Jekyll?

Jekyll is a static website generator - what it means is that in production, your site will be faster because it has been converted into HTML pages while deployment. Another reason is that by separating your landing website from your app website, your app servers get comparatively free and can boost performance for your regular customers.

Cookie uses Tailwind 2.0 which is a good improvement over Tailwind 1.0. Update: Now Cookie uses Tailwind 3.0

Installation

  1. Fork this repository.
  2. cd cookie
  3. bin/bootstrap

Starting Server

bin/start - development server will start at http://127.0.0.1:4061

Customizing

  1. You can customize landing page by modifying index.html in root directory.
  2. You can customize other website pages by modifying files present in _pages directory. You can add more pages too - you will be able to directly link to them using filename. Don't forget to change Terms & Privacy Policy.
  3. You can write blog posts in _posts directory. It's a regular Jekyll blog, and Tailwind Typography for better blog formating and code syntax highlighting is already included.
  4. You should also checkout _config.yml in root directory, and add relevant details. Many of them are used for SEO purposes.
  5. You should also add favicons in custom-head.html present in _includes directory. You can use RealFaviconGenerator.
  6. You can customize image assets in assets/img directory.
  7. You will have to hook the 'Work with Us' form present on main page with a real backend.
  8. Font Awesome is also integrated, to add any icon in your HTML files, you can refer to the website
  9. Sign up for free on Soopr and add your publish_token in _config.yml file - with this, each page gets short URL, like button and auto generated share image for social media.

Deploy Instructions

Website can be easily deployed on all the cloud providers (AWS etc.), and on static website hosting services like Netlify & Vercel. You can also use this button to do one click deploy

Deploy with Netlify

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/abhinavs/cookie.

Acknowledgement

Cookie uses landing page provided by Tailwind Starter Kit - thanks for providing an amazing landing page under MIT License. Initial code was also inspired by Jekyll TailwindUI

License

This project is available as open source under the terms of the MIT License.

Other Projects

If you like Cookie, do check out my other projects

  • moonwalk - a fast and minimal blog theme with clean dark mode
  • scoop - a Sinatra boilerplate project using Corneal, ActiveRecord, Capistrano, Puma & Nginx
  • soopr - a tool that supports you in content marketing
  • apicagent - a FREE API that extracts device details from user-agent string
  • pincodr - a FREE API for Indian pincodes
  • humangous - create public and private 'working with you' guides
  • blockr - a CLI tool to help you easily block and unblock websites
  • microrequests - a Python library to help you consume microservice efficiently

You can read more about me on my blog or follow me on Twitter - @abhinav

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].