This is the repository for the Coders HQ Backend Team Site. It is built using Hugo, a static site generator with Geekdocs theme.
- To start a local server, run the following command:
hugo server
-
For configuration options, see the Theme documentation.
-
For more information, see the Hugo documentation.
- Update theme
curl -L https://github.com/thegeeklab/hugo-geekdoc/releases/latest/download/hugo-geekdoc.tar.gz | tar -xz -C themes/hugo-geekdoc/ --strip-components=1
[ ] Publish the site on Github Pages. [ ] Create Github Action to publish the site on push to main. [ ] Populate the site. [ ] Work on the documentation [ ] Work on contribution guidelines