From fae1c47611e3204d08becb5e9c6e9ec707901a7a Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Tue, 6 Oct 2020 15:41:44 +0530 Subject: [PATCH] update theme meta --- theme.toml | 35 +++++++++++++++++++++++++++++++---- 1 file changed, 31 insertions(+), 4 deletions(-) diff --git a/theme.toml b/theme.toml index 592d009..926792e 100644 --- a/theme.toml +++ b/theme.toml @@ -4,11 +4,38 @@ name = "PaperMod" license = "MIT" licenselink = "https://github.com/adityatelange/hugo-PaperMod/blob/master/LICENSE" -description = "A simple, clean, flexible Hugo theme" +description = "A fast, clean, responsive Hugo theme" homepage = "https://github.com/adityatelange/hugo-PaperMod" -tags = ["Responsive", "Simple", "Clean", "Light", "White", "Dark", "Blog", "PaperMod"] -features = ["Responsive", "One Column", "Blog"] -min_version = "0.57.1" +tags = [ + "responsive", + "simple", + "clean", + "light", + "dark", + "blog", + "minimalist", + "highlight.js" +] +features = [ + "responsive", + "single-column", + "blog", + "cover-image", + "table-of-contents", + "opengraph", + "highlight.js", + "favicon", + "archive", + "share-icons", + "cover", + "multilingual", + "social-icons", + "minified-assets", + "theme-toggle", + "menu-location-indicator", + "scroll-to-top" +] +min_version = "0.74.0" [author] name = "Aditya Telange"