Flamenco/web/project-website
Sam Miller 5a25952167 Website: Fix documentation of Flamenco Worker YAML task types list
The example on the project website is incorrect:

```
task_types: blender, ffmpeg, file-management, misc
```

It results in an error:

```
loading configuration: yaml: unmarshal errors:\n line 2:
  cannot unmarshal ||str "blender..." into []string
```

The fix seems to be adding square brackets around the list of comma
delineated tasks:

```
task_types: [blender, ffmpeg, file-management, misc]
```

This results in output with the confirmation that
`taskType=["blender","ffmpeg","file-management","misc"]`
2022-08-31 15:42:58 +02:00
..
archetypes Website: Update deployment script 2022-07-25 14:42:30 +02:00
content Website: Fix documentation of Flamenco Worker YAML task types list 2022-08-31 15:42:58 +02:00
data Website: bump latest available Flamenco version to 3.0-beta2 2022-08-31 12:26:10 +02:00
layouts Website: add link to SHA256 checksum file 2022-08-31 12:37:24 +02:00
static Website: add download page & links 2022-08-02 12:56:42 +02:00
themes/hugo-geekdoc Website: Update deployment script 2022-07-25 14:42:30 +02:00
config.toml Website: Update deployment script 2022-07-25 14:42:30 +02:00