cach-radio/README.md

31 lines
297 B
Markdown

# CACH Radio Podcasts
## Install Theme
```
$ cd inc
$ git submodule update --init
```
## Serve
Copy _env.sample_ to _.env_
Edit _.env_ for port and host
```
$ docker-compose up
```
## Build
```
$ docker-compose run hugo build -b "https://yourweb.com"
```
Public files on _inc/public_