1. Quickstart

    • Install a full Ruby development environment
    • Install Jekyll and bundler gems

        gem install jekyll bundler 
        bundle add jekyll-sitemap
        bundle install
      
    • Create a new Jekyll site at ./myblog

        jekyll new myblog
      
    • Change into your new directory

        cd myblog
      
    • Build the site and make it available on a local server

        bundle exec jekyll serve
      
    • Now browse to http://localhost:4000
  2. Getting started (detailed)

  3. Adding comments feature

  4. Github markdown for md files

    preview

    cheat sheets

  5. Changing theme elements.

    stackoverflow

    file location for minima theme

     bundle show  minima
    

    Add linkedin footer