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

https://github.com/lslezak/blog

My Personal Blog
https://github.com/lslezak/blog

blog

Last synced: 6 days ago
JSON representation

My Personal Blog

Awesome Lists containing this project

README

          

# My Blog

[![Build Status](https://travis-ci.org/lslezak/blog.svg?branch=master)](
https://travis-ci.org/lslezak/blog)

This is my personal blog, it is published at https://blog.ladslezak.cz/.

## How To Generate the Pages locally

- Install the needed Ruby gems by `bundle install --path .vendor/bundle` command.
- Run `bundle exec jekyll serve --watch` to build the site and start
the local server.
- Open http://127.0.0.1:4000/ in browser.

## Publishing

I use the [free Firebase hosting service](https://firebase.google.com/) for
publishing the blog.

The blog is built and deployed automatically by [Travis](https://travis-ci.org),
see the [Travis Firebase deployment documentation](
https://docs.travis-ci.com/user/deployment/firebase/).