Website is generated using hugo, a static website engine and hosted via netlify.
You can check it out at https://zeromq.org
Help is needed with the different language pages https://github.com/zeromq/zeromq.org/tree/master/content/languages.
Please pick one of them and provide:
- Links to
GitHub
, docs and package manager - Download instructions
- Example
Help is as well needed to translate the examples for different programming languages and libraries in the documentation.
If you're translating from scratch you the hugo archetype which will create a stub for each example.
hugo new --kind examples docs/examples/<your language>/<your framework name>
If you're like to add an example copy an existing on from
content/docs/examples/c/libzmq/<example name>.md
to your language's and
library's folder.
- Run
npm install
to install CSS and JavaScript dependencies - Run
make serve
to compile the website and start the local server on port 1313
Alternatively you can use docker:
- Run
npm install
to install CSS and JavaScript dependencies - Run
make docker-build
- Run
make docker-run
to start a local server on port 80