An open API service indexing awesome lists of open source software.

https://github.com/dkniffin/personal-website

My Personal Website, generated via Jekyll
https://github.com/dkniffin/personal-website

Last synced: about 2 months ago
JSON representation

My Personal Website, generated via Jekyll

Awesome Lists containing this project

README

        

Pre-build steps
===============
Make sure after the initial git clone, you also do the following:
- `git submodule init`
- `git submodule update`
- `bundle install`

Build
=====
To build the site, first make sure the variables in `_config.yaml` are correct (specifically `site.url`) and then run `jekyll build`