{"id":16553538,"url":"https://github.com/roneoorg/staticast","last_synced_at":"2025-06-20T06:07:19.568Z","repository":{"id":114778980,"uuid":"584026851","full_name":"RoneoOrg/staticast","owner":"RoneoOrg","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-01T02:08:33.000Z","size":19270,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-20T06:06:59.628Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RoneoOrg.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-01T01:15:21.000Z","updated_at":"2023-01-01T01:16:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"b0d9f8e7-3d14-474b-885f-32c9652d8f5f","html_url":"https://github.com/RoneoOrg/staticast","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RoneoOrg/staticast","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoneoOrg%2Fstaticast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoneoOrg%2Fstaticast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoneoOrg%2Fstaticast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoneoOrg%2Fstaticast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RoneoOrg","download_url":"https://codeload.github.com/RoneoOrg/staticast/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoneoOrg%2Fstaticast/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260891143,"owners_count":23077910,"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-10-11T19:48:39.318Z","updated_at":"2025-06-20T06:07:14.557Z","avatar_url":"https://github.com/RoneoOrg.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Staticast\n\n_Staticast_ is a ready to use Progressive Web App to publish your podcast, with a RSS feed ready for syndication platforms, and a user friendly CMS.\n\n[![Staticast preview](https://user-images.githubusercontent.com/80580/150656228-4e7b08e2-b3f3-4c54-9bb1-818260e88e19.png)](https://staticast.cecil.app)\n\n## Installation\n\n### Manually\n\n_Staticast_ is a website generated by [Cecil](https://cecil.app), so you need to download and run Cecil to build your website, then you can publish it where you want.\n\n1. Be sure PHP (\u003e=7.4) is available on your OS\n2. [Download _Staticast_](https://github.com/Cecilapp/staticast/archive/master.zip) and install themes with `composer install`\n3. [Download `cecil.phar`](https://github.com/Cecilapp/Cecil/releases/latest/download/cecil.phar) and move it to the root of _Staticast_\n\n### Automatically\n\nUse the button to get your own copy of the repository on [Netlify](https://www.netlify.com).\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/Cecilapp/staticast\u0026stack=cms)\n\nThis will setup everything needed for running your website, with a CMS:\n\n- A new repository in your GitHub account\n- Continuous Deployment to Netlify's CDN\n- Control users and access with Netlify Identity\n- Manage content with Netlify CMS\n\n## Usage\n\n### Create a new episode\n\n1. Add the MP3 file in `assets` directory\n2. Create a new Markdown file in `pages/episodes`\n\nExample (`1.md`):\n\n```yaml\n---\ntitle: \"Episode #1\"\nepisode:\n  file: episode-1.mp3\n---\nShort description of the episode.\n\u003c!-- break --\u003e\nNotes of the episode.\n```\n\nRefer to _[Podcast component theme](https://github.com/Cecilapp/theme-podcast#usage)_ for advanced options.\n\n### Preview\n\nRun the following command:\n\n```bash\nphp cecil.phar serve --open\n```\n\n### Publish\n\n1. Run `php cecil.phar build`\n2. Copy `_site` folder to your web server\n\n### Configuration\n\nEdit the [`config.yml`](https://github.com/Cecilapp/staticast/blob/master/config.yml) file, and more precisely the `podcast` section.\n\n\u003e For details, please refer to the [Cecil documentation](https://cecil.app/documentation/configuration/).\n\n## Development\n\n_Staticast_ use [Tailwind CSS](https://tailwindcss.com) so you can customize the stylesheet with the following files:\n\n- Configuration: [`tailwind.config.js`](tailwind.config.js)\n- CSS: [`assets/tailwind.css`](assets/tailwind.css)\n\n```bash\n# install\ncomposer install\nnpm install\n# build CSS\nnpx tailwindcss -i ./assets/tailwind.css -o ./assets/styles.css --watch\n# serve\nphp cecil.phar serve -v --config=config/dev.yml\n```\n\n## License\n\n_Staticast_ is a free software distributed under the terms of the MIT license.\n\n© [Arnaud Ligny](https://arnaudligny.fr)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froneoorg%2Fstaticast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froneoorg%2Fstaticast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froneoorg%2Fstaticast/lists"}