Skip to content

mIcHyAmRaNe/michyamrane.github.io

Repository files navigation

michyamrane.github.io

My personal website.

Dependencies

  • Jekyll: simple, blog-aware static site generator
  • Waline: simple, Safe Comment System inspired by Valine
  • Umami: simple, fast, website analytics alternative to Google Analytics

Prerequisites

Development

Install jekyll and bundler:

gem install jekyll bundler

Install gems:

bundle install

Build and serve locally with:

bundle exec jekyll serve --host 0.0.0.0

The site should now be available at http://0.0.0.0:4000/ on your local machine, and your local machine's IP address on your network—great for testing on mobile OSes.