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

https://github.com/jtemporal/personalized-jekyll

the Jekyll image I use for my blog
https://github.com/jtemporal/personalized-jekyll

Last synced: 3 months ago
JSON representation

the Jekyll image I use for my blog

Awesome Lists containing this project

README

          

# My special flavor of jekyll

## Using it

```
docker run --rm --volume="$PWD:/srv/jekyll" -p 4000:4000 -it jtemporal/personalizedjekyll jekyll serve --livereload
```

## Development

to build:

```
docker build -t personalizedjekyll .
```