Available on babylon-runtime.github.io
- Clone repository
git clone https://github.com/babylon-runtime/babylon-runtime.github.io.git
-
Install Bundler
gem install bundler
- Install Jekyll and other dependencies
bundle install
- Serve the site
npm run serve
and visit it at http://127.0.0.1:4000
- images should be saved in
/assets/
folder, well named and classified - image or code caption should be placed below these elements, in italic, starting with a capital letter, ending with punctuation. example:
![logo](logo.png)
*This is a beautiful logo.*
- _r should be write in markdown as
\_r
(\ char is here to avoid conflict with markdown syntax) - _runtime should be write also with the
\_
char as prefix - codeblocks should have langage name specified. example:
```js