https://github.com/workfloworchestrator/workfloworchestrator.github.io
https://github.com/workfloworchestrator/workfloworchestrator.github.io
website
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/workfloworchestrator/workfloworchestrator.github.io
- Owner: workfloworchestrator
- License: apache-2.0
- Created: 2020-10-02T12:04:30.000Z (over 5 years ago)
- Default Branch: source
- Last Pushed: 2025-02-04T11:00:20.000Z (over 1 year ago)
- Last Synced: 2025-02-25T05:34:53.064Z (over 1 year ago)
- Topics: website
- Size: 6.34 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WorkflowOrchestrator.org website
This is the website of the workflow orchestrator programme.
The webpage is built using mkdocs
### Developing
To edit do the following:
```bash
pip install -r requirements.txt
```
```bash
mkdocs serve
```
You can add menu items in the `mkdocs.yml` file. Content is added by changing the files in the `docs/` directory.
If it does not work, you might need to set the following in your ENV:
```bash
export DYLD_FALLBACK_LIBRARY_PATH=/opt/homebrew/lib
```
For more advanced options in MKdocs check the documentation of the theme [here](https://squidfunk.github.io/mkdocs-material/getting-started/)
### Publishing
```bash
mkdocs gh-deploy --config-file mkdocs.yml --remote-branch master
```