CppCast Podcast website source. Our website is automatically updated when this repo changes. Fork this project to make a similar site.
The first podcast by C++ developers for C++ developers! Hosted by Rob Irving and Jason Turner.
Subscribe to the show using our RSS Feed, or search for "CppCast" in your favorite podcast app.
The CppCast site utilizes Hugo, a static site generation tool, to build its website and resources. Follow the installation steps below to run a local copy of the site.
First follow the steps to install Hugo here: gohugo.io/getting-started/installing/
- From the command prompt/terminal, navigate to your git repository folder
- Run the command
hugo server -D
, this will start a local server and begin rendering your files - Open your favorite web browser and navigate to http://localhost:1313/