/me

My personal website (under construction) :airplane:

Primary LanguageHTML

Gem Build Status Code Climate security

The site is built on top of the following themes:

  • startbootstrap-clean-blog-jekyll
  • serif-theme.netlify
  • mimina
  • bootstrap 4

To run this site locally, simply download it and run

bundle exec jekyll serve

feel free to make any modifications

jekyll clean  #clean cache
jekyll doctor #  Checks for URL conflicts
serve

$ jekyll serve
# Builds site and serves it at http://localhost:4000/

$ jekyll serve --detach
# Same as `jekyll serve` but will detach from the current terminal.

$ jekyll serve --no-watch
# Same as `jekyll serve` but will not watch for changes or autoregenerate site.