OSIAM's website powered by GitHub Pages and Jekyll.
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 http://0.0.0.0:4000/
.
Refer to the documentation of GitHub Pages and Jekyll for more details.