https://github.com/lslezak/blog
My Personal Blog
https://github.com/lslezak/blog
blog
Last synced: 6 days ago
JSON representation
My Personal Blog
- Host: GitHub
- URL: https://github.com/lslezak/blog
- Owner: lslezak
- Created: 2016-04-25T21:31:36.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-08-11T15:42:44.000Z (almost 8 years ago)
- Last Synced: 2025-03-29T06:33:17.624Z (over 1 year ago)
- Topics: blog
- Language: CSS
- Homepage: https://blog.ladslezak.cz
- Size: 4.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Blog
[](
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/).