cach-radio/README.md

31 lines
297 B
Markdown
Raw Permalink Normal View History

2022-12-15 22:36:40 +01:00
# 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_