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

https://github.com/raharrison/ryanharrison.co.uk

Personal website and blog powered by Jekyll http://ryanharrison.co.uk/
https://github.com/raharrison/ryanharrison.co.uk

Last synced: 5 months ago
JSON representation

Personal website and blog powered by Jekyll http://ryanharrison.co.uk/

Awesome Lists containing this project

README

          

![Jekyll Build](https://github.com/raharrison/ryanharrison.co.uk/workflows/Jekyll%20site%20CI/badge.svg)

# Ryan Harrison's Blog

My personal website and blog. Powered by [Jekyll](https://jekyllrb.com/)

Accessible at

## Serve

```plain
docker-compose up
or
docker run -p 4000:4000 -v $(pwd):/site bretfisher/jekyll-serve
```

## Build

```plain
docker run -v $(pwd):/site bretfisher/jekyll-serve bundle exec jekyll build
```