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
- Host: GitHub
- URL: https://github.com/podstation/podstation.github.io
- Owner: podStation
- License: mit
- Created: 2016-05-01T20:32:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-01T18:06:51.000Z (5 months ago)
- Last Synced: 2025-03-30T11:24:31.924Z (2 months ago)
- Topics: chrome-extension, docs-as-code, podcast
- Homepage: http://podstation.github.io/
- Size: 976 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: docs/supportus.md
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 ComposeRun 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.