Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 568 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 568 Bytes

Ruby

Repository for wyphan's personal website on GitHub.io

To build and test:

bundle config set path 'vendor/cache'
bundle update
bundle install
bundle exec jekyll server --port 4001

By default Jekyll serves on port 4000, which is already in use for NoMachine/NX on my systems, thus the custom port 4001.

Licensed under UnLicense. Feel free to adapt for your own website!