This is the web site is for the CSG web page.
If you use RubyMine for your IDE.
- Install JetBrains Toolbox
- Install JetBrains RubyMine
- Once RubyMine is installed get from Version Control and clone the git repository.
To build the website into HTML, follow these steps.
- Install Ruby version 2.x on your system with the provided installer
- Install dependencies via Bundler. Ex.
bundle install
- Build using rake. Ex.
bundle exec rake
- Generated HTML will be placed in ./_site
To actively develop on the Site you will first need to install Jeykell with gem install jekyll bundler
.
- Open the file
.run\Serve CSGHomepage.run.xml
in the project root directory. - In the top right of window of the file you will see a header that reads
Open Run/Debug Configurations
and click on it. - You will be in the Run/Debug configuration window, click the "apply" Button
- Click the "OK" button.
- You will now be able to hit the play button in the top right of the editor to serve the website.
- Change directory to the root of the project.
- Run
bundle exec jekyll serve
to start serving the website.