Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 311 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 311 Bytes

emeyva blog

simple blog with Jekyll

hosted with github pages

check it here: emeyva blog

Run it locally

  gem install bundler jekyll
  jekyll new emeyva.github.io

  cd emeyva.github.io

  bundle exec jekyll serve

# => Now browse to http://localhost:4000
´´´