Skip to content

OpenSiv3D for Web project site

The project site is in operation at https://siv3d.kamenokosoft.com .

Project site translation

Build the project site

This site uses jekyll as the build environment and milligram and Pure.css as CSS frameworks.

Dependency resolution

% gem install bundler
% bundle install

Generate project site

% jekyll build
# Or start a local server with the `jekyll serve` command

directory structure

_data, _layouts

  • _data/[language] and _layouts/[language] folders contain the translated data files.

_includes

  • In the _includes folder are the HTML constructs.
  • Do not place translated files in this folder.

pages

  • pages folder contains the main articles.
  • The navigation menu is manually updated. The definition of the navigation menu content is in _data/ja/nav.yml .