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

https://github.com/embulk/embulk.github.io

The main website of Embulk.
https://github.com/embulk/embulk.github.io

embulk

Last synced: 24 days ago
JSON representation

The main website of Embulk.

Awesome Lists containing this project

README

        

www.embulk.org
===============

Maintained with [GitHub Pages and Jekyll](https://docs.github.com/ja/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll).

Initial local setup
--------------------

```
$ bundle config set path 'vendor/bundle'
$ bundle install
```

Running Jekyll locally
-----------------------

```
$ bundle exec jekyll serve
```

Updating gems
--------------

Update `Gemfile` according to [GitHub Pages dependency versions](https://pages.github.com/versions/), then

```
$ bundle update
$ bundle install
```