osiam / osiam.github.io

github pages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

osiam.github.io

OSIAM's website powered by GitHub Pages and Jekyll.

Development

Clone this repo and install the dependencies via bundler:

git clone git@github.com: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.

About

github pages

License:MIT License


Languages

Language:CSS 79.1%Language:HTML 20.4%Language:Ruby 0.5%