# CGSpace Notes Notes about my work on the [CGSpace](https://cgspace.cgiar.org) platform. ## Technical Info Built with the [Hugo](https://www.gohugo.io/) static site generator. Hosted on GitHub pages at [alanorth.github.io](https://alanorth.github.io/cgspace-notes/) by pushing the `public` directory as a subtree to the `gh-pages` branch: ```console $ git subtree push --prefix=public origin gh-pages ```