From 0d25dbd87cf2864fe12a6c4e272abf0a592f0065 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Tue, 13 Dec 2022 01:07:59 -0800 Subject: [PATCH] Update features in theme.toml --- theme.toml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/theme.toml b/theme.toml index 3cadf117..f136e512 100644 --- a/theme.toml +++ b/theme.toml @@ -1,6 +1,26 @@ demosite = "https://willfaught.com/paige" description = "A simple Hugo theme" -features = ["blog", "landing page", "responsive", "single column", "menus", "social links"] +features = [ + "accessibility", + "blog", + "bootstrap", + "customizable", + "facebook sharing", + "google analytics", + "header links", + "landing page", + "light color scheme", + "math typesetting", + "menus", + "minimal design", + "responsive", + "safari and firefox reader view", + "search", + "sections", + "single column", + "social links", + "twitter sharing" +] homepage = "https://github.com/willfaught/paige" license = "Apache-2.0" licenselink = "https://www.apache.org/licenses/LICENSE-2.0"