Update theme.toml for homepage and tag consistency

- Correct homepage URL
- Add missing tags and features
This commit is contained in:
Aditya Telange
2026-04-11 14:39:16 +05:30
parent a05b477340
commit 7c29bf83e7
+25 -9
View File
@@ -5,18 +5,21 @@ name = "PaperMod"
license = "MIT" license = "MIT"
licenselink = "https://github.com/adityatelange/hugo-PaperMod/blob/master/LICENSE" licenselink = "https://github.com/adityatelange/hugo-PaperMod/blob/master/LICENSE"
description = "A fast, clean, responsive Hugo theme" description = "A fast, clean, responsive Hugo theme"
homepage = "https://adityatelange.github.io/hugo-PaperMod/" homepage = "https://github.com/adityatelange/hugo-PaperMod/"
demosite = "https://adityatelange.github.io/hugo-PaperMod/" demosite = "https://adityatelange.github.io/hugo-PaperMod/"
tags = [ tags = [
"responsive", "responsive",
"simple", "blog",
"clean", "clean",
"minimal",
"light", "light",
"dark", "dark",
"blog", "fast",
"minimalist", "multilingual",
"highlight.js", "search",
"search" "seo",
"chroma",
"personal"
] ]
features = [ features = [
"responsive", "responsive",
@@ -25,7 +28,7 @@ features = [
"cover-image", "cover-image",
"table-of-contents", "table-of-contents",
"opengraph", "opengraph",
"highlight.js", "twitter-cards",
"favicon", "favicon",
"archive", "archive",
"share-icons", "share-icons",
@@ -36,13 +39,26 @@ features = [
"theme-toggle", "theme-toggle",
"menu-location-indicator", "menu-location-indicator",
"scroll-to-top", "scroll-to-top",
"search" "search",
"breadcrumbs",
"reading-time",
"word-count",
"code-copy",
"comments",
"edit-post",
"canonical-link",
"profile-mode",
"home-info-mode",
"related-posts",
"rss",
"multiple-authors",
"post-nav-links"
] ]
min_version = "0.146.0" min_version = "0.146.0"
[author] [author]
name = "Aditya Telange" name = "Aditya Telange"
homepage = "https://github.com/adityatelange/" homepage = "https://github.com/adityatelange"
# If porting an existing theme # If porting an existing theme
[original] [original]