From d2ad35d225655b59515e4cd0f431e9d7d5447615 Mon Sep 17 00:00:00 2001 From: Andrew McOlash Date: Mon, 29 Apr 2019 10:28:25 -0700 Subject: [PATCH] Add flow theme to README (#163) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2dc277c..99a867a 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ Album options: Website options: --index Filename of the home page [default: "index.html"] --albums-output-folder Output subfolder for HTML albums (default: website root) [default: "."] - --theme Name of a built-in gallery theme [choices: "classic", "cards", "mosaic"] [default: "classic"] + --theme Name of a built-in gallery theme [choices: "classic", "cards", "mosaic", "flow"] [default: "classic"] --theme-path Path to a custom theme [string] --theme-style Path to a custom LESS/CSS file for additional styles [string] --title Website title [default: "Photo album"]