- Notifications
You must be signed in to change notification settings - Fork0
Aurore54F/aurore54f.github.io
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Personal web page on GitHub.
This was cloned fromhttps://github.com/academicpages/academicpages.github.io.
- Make sure you have ruby-dev, bundler, and nodejs installed: see
ruby-commands
on MacOS X; - Run
bundle clean
to clean up the directory (no need to run--force
); - Run
bundle install
to install ruby dependencies. If you get errors, delete Gemfile.lock and try again; - Run
rbenv shell 2.6.4rbenv rehashbundle exec jekyll liveserve
to generate the HTML and serve it fromlocalhost:4000
the local server will automatically rebuild and refresh the pages on change.