Skip to content

haythem-ouederni/haythem-ouederni.github.io

Repository files navigation

My personal website - generates https://haythem-ouederni.github.io

The website is rendered using Github pages and built using Jekyll.

To run this locally :

  • Fork this repo and clone to your file system

  • Install Jekyll

  • Run bundle installif you are running it for the first time in the cloned repo folder

  • Launch the ap by running :

    • If you want the simple mode : bundle exec jekyll serve
    • It you want the livereload : bundle exec jekyll serve --livereload
    • It you want the livereload + test it on a device connected to the same network : bundle exec jekyll serve --host=your_local_ip_address --livereload.
  • You will access the site at http://localhost:4000 or http://your_local_ip_address:4000 depending on the chosen option to run the app.