allow specifying host order

This commit is contained in:
2021-04-10 19:52:00 +02:00
parent 83534572c2
commit f3db579a66
2 changed files with 8 additions and 0 deletions

View File

@@ -19,4 +19,5 @@ PROCESS = ""
[output]
filename = "index.html"
host_order = [ "host1", "host2", "host4" ]
```