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.
- Host: GitHub
- URL: https://github.com/embulk/embulk.github.io
- Owner: embulk
- Created: 2019-09-25T07:23:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-27T07:57:27.000Z (about 2 months ago)
- Last Synced: 2025-04-05T09:51:07.857Z (about 2 months ago)
- Topics: embulk
- Language: CSS
- Homepage: https://www.embulk.org/
- Size: 540 KB
- Stars: 1
- Watchers: 10
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
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
```