An open API service indexing awesome lists of open source software.

https://github.com/podstation/podstation.github.io

podStation Website
https://github.com/podstation/podstation.github.io

chrome-extension docs-as-code podcast

Last synced: about 1 month ago
JSON representation

podStation Website

Awesome Lists containing this project

README

        

# podstation.github.io

This repository contains the source code of the website of podStation, which is deployed to , using GitHub Pages.

The website is built with the MkDocs framework and the [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/) theme.

## How to run the website locally

Requirements:
* You have a container environment compatible with Docker Compose

Run the command:
```
docker compose up
```

The website will be available at

## Deployment

New versions pushed to the `master` branch are built and pushed to GitHub Pages using GitHub Actions.