The address g-node.github.io/g-node-portal is referenced in a publication so the deployed page from this repository should stay online. There will be no further updates to this project. The front page now includes a banner that redirects users to GIN.
Note:
- The themes needed for compilation of this documentation by Sphinx should be pulled from a different repository (https://github.com/apleonhardt/gnode-sphinx-themes) and stored in source/_themes/
- The compiled html files should be pushed to gh-pages branch of this repository
Instructions:
- git clone git@github.com:G-Node/g-node-portal.git g-node-portal && cd g-node-portal
- git clone https://github.com/apleonhardt/gnode-sphinx-themes source/_themes
- mkdir -p build/html && git clone -b gh-pages git@github.com:G-Node/g-node-portal.git build/html
- make html
- git add -A && git ci -m "commit message" && git push #push changes to source code
- cd build/html
- git add -A && git ci -m "commit message" && git push #push changes to HMTL pages