The project site is running on https://siv3d.kamenokosoft.com
- This site is translated with https://gitlocalize.com/repo/8089.
jekyll is used as build infrastructure, milligram and Pure.css are used as CSS frameworks.
% gem install bundler
% bundle install
% jekyll build
# or, `jekyll serve` will launch local server
- Localized versions of data files are located in
_data/[lang]
or_layouts/[lang]
.
_includes
folder contains html components.- It is not recommended in this repository to locate localization specific files.
- Main articles are placed in this folder.
- Navigation menu is maintained by hand; Its contents definition are found in
_data/nav.yml
.