Skip to content

Latest commit

 

History

History
executable file
·
31 lines (27 loc) · 830 Bytes

maintenance.md

File metadata and controls

executable file
·
31 lines (27 loc) · 830 Bytes

Maintenance instructions for AXErunners website

This website runs on Jekyll and hosted on GitHub Pages. Use the protocol below for maintenance tasks and contribution.

Check official documentation for Ubuntu installation

Requirements

  • Ruby 2.2.5 and above
  • RubyGems
  • GCC
  • Make

macOS

Install Jekyll and Xcode (you also need Bundler to handle plugins):

xcode-select --install
gem install bundler jekyll

Install Gems:

bundle install

Update Gems, if necessary:

bundle update

Build the code and host its local copy:

jekyll build && jekyll serve

Now you can access local deployment with http://127.0.0.1:4000 to test updates/changes. After passing local checks - create PR on GitHub to submit code changes.