{"id":20116215,"url":"https://github.com/clearloop/omi","last_synced_at":"2025-03-02T19:22:03.729Z","repository":{"id":214626494,"uuid":"736830631","full_name":"clearloop/omi","owner":"clearloop","description":"The static site generator","archived":false,"fork":false,"pushed_at":"2024-02-02T22:37:32.000Z","size":225,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-17T00:48:50.124Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://clearloop.github.io/cydonia/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clearloop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-12-29T02:22:59.000Z","updated_at":"2024-10-27T12:08:58.000Z","dependencies_parsed_at":"2023-12-30T05:19:18.307Z","dependency_job_id":"b97b11f1-b995-4282-a070-02a734032332","html_url":"https://github.com/clearloop/omi","commit_stats":null,"previous_names":["clearloop/blog","clearloop/cydonia"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clearloop%2Fomi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clearloop%2Fomi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clearloop%2Fomi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clearloop%2Fomi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clearloop","download_url":"https://codeload.github.com/clearloop/omi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241073187,"owners_count":19904912,"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":[],"created_at":"2024-11-13T18:38:35.212Z","updated_at":"2025-03-02T19:22:03.697Z","avatar_url":"https://github.com/clearloop.png","language":"Rust","readme":"# Cydonia\n\n[![cydonia][version-badge]][version-link]\n[![ci][ci-badge]][ci-link]\n\n## Usage\n\n```bash\ncargo install cydonia\ncydonia init blog\ncydonia serve blog\n```\n\nThe minimal directory layout is like below, see [cydonia.toml](./blog/cydonia.toml)\nfor the full configuration.\n\n```\nmy-blog\n├── cydonia.toml\n└── posts\n    └── 2024-01-01-hello-world.md\n```\n\n## Github Action\n\n```yaml\nname: Cydonia\n\non:\n  push:\n    branches: [main]\n\njobs:\n  deploy:\n    name: Deploy\n    runs-on: ubuntu-22.04\n    permissions:\n      contents: write\n    steps:\n      - uses: actions/checkout@v4\n      - uses: clearloop/cydonia@0.0.7\n\n      - name: Build the site\n        run: cydonia build blog\n\n      - name: Deploy\n        uses: peaceiris/actions-gh-pages@v3\n        with:\n          github_token: ${{ secrets.GITHUB_TOKEN }}\n          publish_dir: ./blog/out\n```\n\n## LICENSE\n\nGPL-3.0-only\n\n[version-badge]: https://img.shields.io/crates/v/cydonia\n[version-link]: https://docs.rs/cydonia\n[ci-badge]: https://img.shields.io/github/actions/workflow/status/clearloop/cydonia/main.yml\n[ci-link]: https://github.com/clearloop/cydonia/actions/workflows/main.yml\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclearloop%2Fomi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclearloop%2Fomi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclearloop%2Fomi/lists"}