jekyll

jekyll

Old Jekyll Portfolio Site

Powered by

Submodule /public/assets/

$ git submodule update --init --recursive

Local Server

$ bundle exec jekyll serve --livereload

cloc.sh

Counts lines of code and writes to json.

$ _data/linesOfCode.json

Build/Update CHANGELOG.md

conventional-changelog -i CHANGELOG.md -s -r 0

Commits

Commits should be a guide to the code. Break large commits down into single objectives. An objective should be a related code that requires further explanation, such as:

  • Why it's needed
  • What it is
  • How it works