From 9394a58a9363484e22332caf5eb64373ab605954 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Sat, 13 Jul 2019 00:00:45 +0200 Subject: [PATCH] Add homagepage to theme.toml --- theme.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme.toml b/theme.toml index d378bc1..0b155aa 100644 --- a/theme.toml +++ b/theme.toml @@ -3,6 +3,7 @@ description = "A zola theme based off bulma.css" license = "MIT" min_version = "0.6.0" demo = "https://festive-morse-47d46c.netlify.com/" +homepage = "https://github.com/Worble/Zulma" [extra] zulma_themes = ["default", "darkly", "flatly", "pulse", "simplex", "lux", "slate", "solar", "superhero"] @@ -13,4 +14,4 @@ name = "Worble" [original] author = "dansup" homepage = "https://github.com/dansup" -repo = "https://github.com/dansup/bulma-templates" \ No newline at end of file +repo = "https://github.com/dansup/bulma-templates"