Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 767 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 767 Bytes

My Personal static-blog (adiandrea.id)

This is my static-blog which build using Jekyll. Jekyll is a simple, blog-aware, static site generator perfect for personal, project, or organization sites. Check Jekyll Github Page.

Theme

I'm using Leonids theme, its a clean Jekyll theme perfect for powering your GitHub hosted blog.

setup check list (windows)

  • install ruby with devkit
  • install jekyll gem install jekyll bundler
  • check if jekyll installed jekyll -v
  • on project dir, run bundle update --bundler
  • run bundle install to check if all required gems installed
  • finally run bundle exec jekyll serve to run on localhost