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

https://github.com/llorllale/llorllale.github.io

Blog
https://github.com/llorllale/llorllale.github.io

blog developer devops

Last synced: 26 days ago
JSON representation

Blog

Awesome Lists containing this project

README

        

## What is this?

My blog, based on the [Chirpy Theme](https://github.com/cotes2020/jekyll-theme-chirpy).

Point your browser to https://georgearisty.dev/ and enjoy.

## Running locally

1. [Install Jekyll](https://jekyllrb.com/docs/installation/)
2. `git clone [email protected]:llorllale/llorllale.github.io.git`
3. `cd llorllale.github.io`
4. `git submodule update`
5. `bundle install`
6. `bundle exec jekyll serve`

Server should be running on http://localhost:4000.