oranda
oranda copied to clipboard
🎁 generate beautiful landing pages for your developer tools
When using cargo-dist to package multiple binaries from a repository, oranda picks up each shell script installer and places them all on the main page this happens regardless if you...
Hello! I would like to use oranda with other programming languages / actions. I don't mind parsing myself and provide the final manifest to oranda. But I'm not sure what...
Currently, it only supports GH Actions. It would be nice to support other CIs as well.
new names: https://github.com/axodotdev/axoproject/pull/82 new sorting: https://github.com/axodotdev/cargo-dist/pull/732
Notes: * is currently hacky because of the way oranda selects oranda.json * if the config path doesn't exist, but it ends with .json, tries .toml as well * because...
Personally I don't have a *too big* issue with Google Fonts, but [apparently my local law makers do](https://www.cookieyes.com/documentation/features/integrations/google-fonts-and-gdpr/). It would be great to have an option inside `oranda.json` to download...
Workflow file: https://github.com/konstin/virtualenv-rs/blob/b68641227aef9e3dbccad15f3d8407c1aceaa109/.github/workflows/web.yml Run: https://github.com/konstin/gourgeist/actions/runs/6355674453/job/17264084654 Error message: ``` Run /home/runner/work/_actions/untitaker/hyperlink/0.1.29/scripts/hyperlink-bin /tmp/public/ --sources docs/ --github-actions [...] Reading files Checking 34 links from 11 files (4 documents) Found some broken links, reading...
Link: https://github.com/coco33920/calc/blob/github-page/.github/workflows/web.yml Job link: https://github.com/coco33920/calc/actions/runs/6934726471/job/18863434419 Config ``` { "styles": { "theme": "axodark", "favicon": "https://www.axo.dev/favicon.ico" }, "components": { "changelog": true, "artifacts": { "package_managers": { "preferred": { "cargo": "cargo install mini-calc" }...
I tried using it for a personal project, but the mdbook was really hard to read with almost no visible distinction between text/code/links. I ended up using axolight instead as...
if you have `"favicon": "my-image.png"` in your oranda config, it will get copied in as `my-image.png`, but the actual oranda site will still refer to `favicon.ico`. One of those two...