Download the PHP package cecil/staticast without Composer
On this page you can find all versions of the php package cecil/staticast. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cecil/staticast
More information about cecil/staticast
Files in cecil/staticast
Package staticast
Short Description The easiest way to diffuse your podcast
License MIT
Informations about the package staticast
Staticast
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.
Installation
Manually
Staticast is a website generated by Cecil, so you need to download and run Cecil to build your website, then you can publish it where you want.
- Be sure PHP (>=8.1) is available on your OS
- Download Staticast and install themes with
composer install
or runcomposer create-project cecil/staticast myproject
- Download
cecil.phar
and move it to the root of Staticast
Automatically
Use the button to get your own copy of the repository on Netlify.
This will setup everything needed for running your website, with a CMS:
- A new repository in your GitHub account
- Continuous Deployment to Netlify's CDN
- Control users and access with Netlify Identity
- Manage content with Netlify CMS
Usage
Create a new episode
- Add the MP3 file in
assets
directory - Create a new Markdown file in
pages/episodes
Example (1.md
):
Refer to Podcast component theme for advanced options.
Preview
Run the following command:
Publish
- Run
php cecil.phar build
- Copy
_site
folder to your web server
Configuration
Edit the config.yml
file, and more precisely the podcast
section.
For details, please refer to the Cecil documentation.
Development
Staticast use Tailwind CSS so you can customize the stylesheet with the following files:
- Configuration:
tailwind.config.js
- CSS:
assets/tailwind.css
License
Staticast is a free software distributed under the terms of the MIT license.
All versions of staticast with dependencies
cecil/theme-pwa Version ^2.1
cecil/theme-netlify Version ^2.0
cecil/theme-netlifycms Version ^2.0