Skip to content

oresat/oresat.github.io

Repository files navigation

Website for

To update the site first clone this repository:

$ git clone git@github.com:oresat/oresat.github.io.git

Then edit index.markdown or other pages. Push the changes back to github.

To run the site locally, install jekyll and friends, and be sure to initialize the submodule:

$ sudo apt install ruby ruby-dev
$ sudo gem install jekyll less therubyracer
$ git submodule update --init

Then edit the less files in assets/less. Rebuild with make:

$ make

Run a webserver in the output folder:

$ jekyll serve

When you finish, clean up and check in assets/style.css which will be generated by the make file. Push the github.