/website

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Personal Portfolio Website

The source code and documentation for my personal website and blog. Hosts portfolio sections for all my miscellaneous projects as well as my professional work experience. If Jekyll is installed, you can serve the Jekyll site locally by typing the following into your BASH terminal: jekyll serve & This will build and run the site locally on port 4000 (i.e. localhost:4000), and optionally run the server in the background.

sudo bundle install  
bundle exec jekyll serve --baseurl "" --port 8000