nokotan / OpenSiv3DWebPage

OpenSiv3D for Web Project Site

Home Page:https://siv3d.kamenokosoft.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenSiv3D for Web Project Site

The project site is running on https://siv3d.kamenokosoft.com

Translating Site

Building Site

jekyll is used as build infrastructure, milligram and Pure.css are used as CSS frameworks.

Installing Gem Dependencies

% gem install bundler
% bundle install

Generate Pages

% jekyll build
# or, `jekyll serve` will launch local server

Directories Structure

_data, _layouts

  • Localized versions of data files are located in _data/[lang] or _layouts/[lang].

_includes

  • _includes folder contains html components.
  • It is not recommended in this repository to locate localization specific files.

pages

  • Main articles are placed in this folder.
  • Navigation menu is maintained by hand; Its contents definition are found in _data/nav.yml.

About

OpenSiv3D for Web Project Site

https://siv3d.kamenokosoft.com


Languages

Language:C# 29.7%Language:HTML 27.8%Language:JavaScript 20.3%Language:CSS 19.7%Language:Ruby 2.4%