Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.58 KB

README.md

File metadata and controls

30 lines (25 loc) · 1.58 KB

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