Skip to content

Aurore54F/aurore54f.github.io

Repository files navigation

Personal web page on GitHub.

This was cloned from https://github.com/academicpages/academicpages.github.io.

To run locally (not on GitHub Pages, to serve on your own computer)

  1. Make sure you have ruby-dev, bundler, and nodejs installed: see ruby-commands on MacOS X;
  2. Run bundle clean to clean up the directory (no need to run --force);
  3. Run bundle install to install ruby dependencies. If you get errors, delete Gemfile.lock and try again;
  4. Run
rbenv shell 2.6.4
rbenv rehash
bundle exec jekyll liveserve

to generate the HTML and serve it from localhost:4000 the local server will automatically rebuild and refresh the pages on change.