{"id":13578760,"url":"https://github.com/axodotdev/oranda","last_synced_at":"2025-05-14T13:05:43.422Z","repository":{"id":65365000,"uuid":"540497925","full_name":"axodotdev/oranda","owner":"axodotdev","description":"🎁 generate beautiful landing pages for your developer tools ","archived":false,"fork":false,"pushed_at":"2024-12-10T19:11:54.000Z","size":19173,"stargazers_count":517,"open_issues_count":58,"forks_count":34,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-05-12T03:49:31.892Z","etag":null,"topics":["developer-tools","rust","static-site-generator"],"latest_commit_sha":null,"homepage":"https://opensource.axo.dev/oranda/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/axodotdev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-23T15:13:03.000Z","updated_at":"2025-05-09T09:04:09.000Z","dependencies_parsed_at":"2023-10-04T15:09:25.137Z","dependency_job_id":"72019e23-25ec-42fe-8753-e9df2104f54f","html_url":"https://github.com/axodotdev/oranda","commit_stats":{"total_commits":412,"total_committers":8,"mean_commits":51.5,"dds":"0.37621359223300976","last_synced_commit":"7b2e3be5645baba6d80f5db45cdf42b152e36f20"},"previous_names":[],"tags_count":51,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axodotdev%2Foranda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axodotdev%2Foranda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axodotdev%2Foranda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axodotdev%2Foranda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axodotdev","download_url":"https://codeload.github.com/axodotdev/oranda/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253672734,"owners_count":21945482,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["developer-tools","rust","static-site-generator"],"created_at":"2024-08-01T15:01:33.523Z","updated_at":"2025-05-14T13:05:43.383Z","avatar_url":"https://github.com/axodotdev.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"\u003cdiv class=\"oranda-hide\"\u003e\n\n# oranda\n\n\u003c/div\u003e\n\n\u003e 🎁 generate beautiful landing pages for your projects\n\n[![crates.io](https://img.shields.io/crates/v/oranda.svg)](https://crates.io/crates/oranda)\n[![CI](https://github.com/axodotdev/oranda/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/axodotdev/oranda/actions/workflows/ci.yml)\n[![release](https://github.com/axodotdev/oranda/actions/workflows/release.yml/badge.svg)](https://github.com/axodotdev/oranda/actions/workflows/release.yml)\n[![web](https://github.com/axodotdev/oranda/actions/workflows/web.yml/badge.svg?branch=main)](https://github.com/axodotdev/oranda/actions/workflows/web.yml)\n\n\n`oranda` is an opinionated static-site generator that is designed for developers\nwho are publishing projects and would like a website but don't want to build\none from scratch.\n\n\u003cdiv class=\"oranda-hide\"\u003e\n\n`oranda` uses `oranda` so you can checkout a live example [here][website]!\n\n## Installation\n\nTo install `oranda`, please visit the [`oranda` website][website]- which is generated by\n`oranda`!\n\n[website]: https://axodotdev.github.io/oranda\n\n\u003c/div\u003e\n\n## Quickstart\n\n```sh\n# build your site\n\u003e oranda build\n\n# build your site and start a server that rebuilds on file changes\n\u003e oranda dev\n```\n\nHere's an animated demo:\n\n![oranda demo gif](https://github.com/axodotdev/oranda/assets/6445316/439082a6-2caa-477e-93cc-1ff985d9bb21)\n\n## Configuration\n\nFirst of all: `oranda` is designed to work without a configuration file. For a lot of projects,\nyou can likely just run `oranda build` and get a site that contains a couple of things that\n`oranda` was automatically able to glean about your project. That being said, it also supports\na configuration file that allows you to tweak many things about oranda's behaviour.\n\nIf you'd like to configure `oranda`, place an `oranda.json` file in the root of\nyour project and fill it with the configuration you'd like. Check out the [docs]\nto learn more about your configuration options!\n\n[docs]: https://opensource.axo.dev/oranda/book/configuration.html\n\n## Installers: integrating with `cargo-dist`\n\n`oranda` has first-class integration with [`cargo-dist`], a tool that builds\ndistributable artifacts for your Rust applications. If you have `cargo-dist`\nconfigured in your project correctly, `oranda` will be able to automatically\ntell. Benefits of integrating with `cargo-dist` include:\n\n- Installer scripts: `cargo-dist` can generate one-line installer scripts, which\n  `oranda` will display in your generated page\n- Guaranteed platform support: `oranda` tries to support as many platforms as it can,\n  but if you build something with `cargo-dist`, we guarantee it'll show up correctly\n\n[`cargo-dist`]: https://github.com/axodotdev/cargo-dist\n\n## Contributing\n\nFeel free to open a new issue or pull request if you notice something off or have a new feature\nrequest! We sometimes tag issues with [good first issue] for issues that we think would make\na good learning experience for new contributors.\n\nFor local development on oranda, we also have a [special docs page][contributing-docs] with some tips.\n\n[good first issue]: https://github.com/axodotdev/oranda/labels/good%20first%20issue\n[contributing-docs]: https://opensource.axo.dev/oranda/book/contributing.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxodotdev%2Foranda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxodotdev%2Foranda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxodotdev%2Foranda/lists"}