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

https://github.com/timendus/blog

My personal website and blog
https://github.com/timendus/blog

Last synced: 11 months ago
JSON representation

My personal website and blog

Awesome Lists containing this project

README

          

# Blog

My personal webpresence site slash blog.

## Tools

This blog is statically generated using [Jekyll](https://jekyllrb.com/). Hosting
is done by [Github Pages](https://pages.github.com/).

## Local development

Depends on Ruby and Bundler.

```bash
git clone git@github.com:timendus/blog.git
cd blog
bundle install
bundle exec jekyll serve
```

Open [http://localhost:4000/](http://localhost:4000/)