Skip to content
This repository has been archived by the owner on Jul 4, 2020. It is now read-only.

osiam/osiam.github.io

Repository files navigation

osiam.github.io

OSIAM's website powered by GitHub Pages and Jekyll.

Development

Clone this repo and install the dependencies via bundler:

git clone [email protected]:osiam/osiam.github.io.git
cd osiam.github.io
bundle install

Then you can start a local web server to preview your changes:

bundle exec jekyll serve

To additionally render drafts, add --drafts to the command:

bundle exec jekyll serve --drafts

You can now visit a preview of the website under https://0.0.0.0:4000/.

Refer to the documentation of GitHub Pages and Jekyll for more details.