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

https://github.com/kkrull/blog-apprenticeship

Blog from my apprenticeship at 8th Light
https://github.com/kkrull/blog-apprenticeship

blog markdown ruby

Last synced: about 2 months ago
JSON representation

Blog from my apprenticeship at 8th Light

Awesome Lists containing this project

README

          

# kkrull.github.io

My blog on [GitHub Pages][my-blog].

## Running locally

Start Jekyll...

bundle exec jekyll serve #Articles in _posts/
bundle exec jekyll serve --drafts #Also include _drafts/

...and then open a browser in the address it mentions (usually [http://localhost:4000][local-address]).

[my-blog]: https://kkrull.github.io
[local-address]: http://localhost:4000