Simple and responsive website for remote work in Japan in Japanese and English.
- Clone this repository
- Install dependencies and run:
bundle install bundle exec jekyll serve
- Cloudflare account
- GitHub repository connected to Cloudflare Pages
Set the following in your Cloudflare Pages project settings:
| Setting | Value |
|---|---|
| Build command | jekyll build |
| Build output directory | _site |
| Production branch | main |
Add this environment variable in Cloudflare Pages dashboard:
| Variable | Value | Note |
|---|---|---|
RUBY_VERSION |
3.4.4 |
Must match .ruby-version file |
Important: The .ruby-version file in this project specifies Ruby 3.4.4. Make sure the RUBY_VERSION environment variable matches this version.
Cloudflare Pages will:
- Install dependencies:
bundle install - Build the Jekyll site:
jekyll build - Deploy the
_site/directory
All posts are maintained manually in en/_posts/, ja/_posts/, and ko/_posts/ directories.
- Korean
- Japanese
- English
Adding missing Japanese translation is much appreciated.
- In file
/_data/translations.yml - Add to the translation key the missing translation in
ja
The theme is available as open source under the terms of the MIT License.