From eb0258f9c8ec8580d85ace782ab9ce6fea4a6385 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Sat, 8 Jan 2022 17:19:07 +0800 Subject: [PATCH] :pencil: Docs: update theme.toml --- theme.toml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/theme.toml b/theme.toml index f1f5e3f7..64f42824 100644 --- a/theme.toml +++ b/theme.toml @@ -20,9 +20,11 @@ features = [ "pagination", "social-menu", "syntax-highlighting", - "SEO Optimized" + "SEO Optimized", + "friends link template", + "PWA support", + "watermark support" ] -min_version = "0.62.0" [author] name = "Lruihao" @@ -31,3 +33,9 @@ min_version = "0.62.0" [original] name = "Dillon" homepage = "https://dillonzq.com" + repo = "https://github.com/dillonzq/LoveIt" + +[module] + [module.hugoVersion] + extended = true + min = "0.62.0"