This is a one-page mobile-friendly website powered by Jekyll that I use to act as an interactive online CV. It contains my programming skills, education, work experiences and online projects.
You can visit the website live here: www.adam.jaamour.com
How to run the website locally.
brew install chruby ruby-install xz
ruby-install ruby 3.1.3 # ruby-install ruby 3.1.3
gem install bundler jekyll
Clone the repository (or download the zipped project):
$ git clone https://github.com/Adamouization/Adamouization.github.io
Move in the directory and install the dependencies specified in the Gemfile:
bundle install
Compile and run the website:
bundle exec jekyll serve --watch
Visit the website on 127.0.0.1:4000