- Notifications
You must be signed in to change notification settings - Fork346
zeromq/zeromq.org
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Website is generated usinghugo, a static website engineand hosted vianetlify.
You can check it out athttps://zeromq.org
Help is needed with the different language pageshttps://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 programminglanguages and libraries in the documentation.
If you're translating from scratch you the hugo archetype which will create astub 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 fromcontent/docs/examples/c/libzmq/<example name>.md
to your language's andlibrary'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