{"id":18388327,"url":"https://github.com/cecilapp/theme-podcast","last_synced_at":"2026-01-21T22:32:43.586Z","repository":{"id":62500466,"uuid":"271411304","full_name":"Cecilapp/theme-podcast","owner":"Cecilapp","description":"The Podcast component theme for Cecil provide templates to publish an audio show on the web.","archived":false,"fork":false,"pushed_at":"2024-03-12T10:55:41.000Z","size":158,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T12:50:04.112Z","etag":null,"topics":["cecil","cecil-theme-component","podcast"],"latest_commit_sha":null,"homepage":"https://cecil.app/themes/components/","language":"Twig","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/Cecilapp.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},"funding":{"github":"ArnaudLigny","open_collective":"cecil"}},"created_at":"2020-06-11T00:06:12.000Z","updated_at":"2024-01-05T01:03:29.000Z","dependencies_parsed_at":"2023-11-26T16:02:32.018Z","dependency_job_id":"57647021-41dd-43fa-867f-0f5f33d0d2d8","html_url":"https://github.com/Cecilapp/theme-podcast","commit_stats":{"total_commits":66,"total_committers":2,"mean_commits":33.0,"dds":0.06060606060606055,"last_synced_commit":"c31df803a75ce93d00d299432966e0af3397d745"},"previous_names":[],"tags_count":47,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cecilapp%2Ftheme-podcast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cecilapp%2Ftheme-podcast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cecilapp%2Ftheme-podcast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cecilapp%2Ftheme-podcast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cecilapp","download_url":"https://codeload.github.com/Cecilapp/theme-podcast/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248515028,"owners_count":21117095,"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":["cecil","cecil-theme-component","podcast"],"created_at":"2024-11-06T01:33:44.593Z","updated_at":"2026-01-21T22:32:43.557Z","avatar_url":"https://github.com/Cecilapp.png","language":"Twig","funding_links":["https://github.com/sponsors/ArnaudLigny","https://opencollective.com/cecil"],"categories":[],"sub_categories":[],"readme":"# Podcast component theme\n\nThe _Podcast_ component theme for [Cecil](https://cecil.app) provide templates to publish an audio show on the web:\n\n1. a RSS output for the `episodes` section (with a style sheet)\n2. a HTML audio player with resume feature and [Media Session API](https://developer.mozilla.org/docs/Web/API/Media_Session_API) support\n\n## Installation\n\n```bash\ncomposer require cecil/theme-podcast\n```\n\n\u003e Or [download the latest archive](https://github.com/Cecilapp/theme-podcast/releases/latest/) and uncompress its content in `themes/podcast`.\n\n## Usage\n\nAdd `podcast` in the `theme` section of your `config.yml`:\n\n```yaml\ntheme:\n  - podcast\n```\n\nAdd podcast configuration details in your `config.yml`:\n\n```yaml\npodcast:\n  owner:\n    name: Cecil\n    email: contact@cecil.app\n  image: cover.png\n  author: Cecil  # optional\n  categories:    # https://podcasters.apple.com/support/1691-apple-podcasts-categories\n    - Technology\n  type: episodic # optional, \"episodic\" (default) or \"serial\"\n  explicit: no   # optional\n  block: no      # optional\n  newfeedurl: \"\" # optional, the URL of the new feed in case of hosting changement\n```\n\nAdd a Markdown file in `episodes` section with data (in the [front matter](https://cecil.app/documentation/content/#front-matter)) and description:\n\n_1.md_:\n\n```yaml\n---\ntitle: \"Episode X\"\ndate: YYYY-MM-DD\nepisode:\n  file: episode-X.mp3\n  season: 0    # optional\n  number: X    # optional\n  type: full   # optional, \"full\", \"trailer\" or \"bonus\"\n  explicit: no # optional\n  block: no    # optional\n---\nDescription and notes of the episode.\n```\n\nAdd the HTML player to your episode's template:\n\n```twig\n{% include 'partials/audioplayer.html.twig' %}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcecilapp%2Ftheme-podcast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcecilapp%2Ftheme-podcast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcecilapp%2Ftheme-podcast/lists"}