Go to file
2022-12-15 22:36:40 +01:00
inc Change Strcuture and add README 2022-12-15 22:36:40 +01:00
.gitignore Change Strcuture and add README 2022-12-15 22:36:40 +01:00
.gitmodules Podcast Hugo Site for CACH Radio 2022-02-15 13:09:48 +01:00
docker-compose.yml Change Strcuture and add README 2022-12-15 22:36:40 +01:00
Dockerfile Change Strcuture and add README 2022-12-15 22:36:40 +01:00
README Change Strcuture and add README 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_