Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 677 Bytes

How_to_contribute_changes.md

File metadata and controls

15 lines (13 loc) · 677 Bytes

###In order to contribute a change to this site:

  • Make a github account
  • set up a fork of this repository
  • Create and modify .md files in order to edit the templates that are compiled to this site.
  • build the site (see below) and commit the compiled .html files
  • set up your forked repo as a website
  • send a pull request using the github GUI along with the website URL

Tech details in order to build the site on your own

  • Please clone this repo into your home folder
  • cd into the repo
  • run $ make init
  • run $ make
  • commit all modified files