diff --git a/hugo.toml b/hugo.toml index 481069d..8dc4ab0 100644 --- a/hugo.toml +++ b/hugo.toml @@ -7,6 +7,9 @@ defaultContentLanguageInSubdir = false [pagination] pagerSize = 5 +[params] + theme_version = "1.0.0" + [outputs] home = ["HTML", "RSS", "JSON"]