This Repository contains the Github-Page from sagerpascal. A large part of the functionality I have adopted from the following repositories:
- https://github.com/RyanFitzgerald/devportfolio
- https://github.com/itsron717/ParticleGround-Portfolio
- Install Ruby environment
- Install Jekyll and bundler gems:
gem install jekyll bundler
- Build the site and make it available on a local server.
bundle exec jekyll serve
- Browse to http://localhost:4000