A simple resume of myself base on modern-resume-theme
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
The only prerequisite is to have an Jekyll >= 3.9.0
Start by cloning the project
sudo mkdir -p /opt/github/Pandemonium1986/pandemonium1986.github.io
sudo chown $USER:$USER -R /opt/github/Pandemonium1986/pandemonium1986.github.io
git clone https://github.com/Pandemonium1986/pandemonium1986.github.io.git /opt/github/Pandemonium1986/pandemonium1986.github.ioUse your local jekyll
cd /opt/github/Pandemonium1986/pandemonium1986.github.io
bunlde install
bundle exec jekyll serveOr use the jekyll docker image
cd /opt/github/Pandemonium1986/pandemonium1986.github.io
docker run --rm -p 4000:4000 --volume="$PWD:/srv/jekyll" -it jekyll/jekyll:3 jekyll serve -H 0.0.0.0In both cases access the content by opening a browser on http://localhost:4000
The deployment is done automatically by github-pages
- Jekyll - Templating
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Michael Maffait - Initial work - Pandemonium1986
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details