single-page-jekyll-template-seo

single-page-jekyll-template-seo

✅ Single page jekyll template with SEO for in-advance idea verification

Single page jekyll template with SEO

I use this template to test my crazy startup ideas.

The methodology behind this is "don't wait, publish a landing page with description and see".

Deployment strategy

Publishing site

To fork your own repo

  1. create a new repo
  2. clone it on your computer
  3. add the original repos as upstream source; `git remote add upstream [url]
  4. fetch and merge upstream: git fetch upstream & git merge upstream/master