chill_hugoplate/theme.toml

39 lines
845 B
TOML
Raw Permalink Normal View History

2023-07-12 04:50:13 +00:00
name = "Hugoplate"
2023-07-12 04:45:09 +00:00
license = "MIT"
2023-07-12 04:50:13 +00:00
licenselink = "https://github.com/zeon-studio/hugoplate/blob/main/LICENSE"
description = "Hugoplate is a free starter template built with Hugo, and TailwindCSS, providing everything you need to jumpstart your Hugo project and save valuable time."
2023-07-12 04:45:09 +00:00
homepage = "https://github.com/zeon-studio/hugoplate"
demosite = "https://hugoplate.netlify.app/"
min_version = "0.118.2"
2023-07-12 04:45:09 +00:00
tags = [
"blog",
"responsive",
"minimal",
2023-07-27 06:22:48 +00:00
"personal",
2023-07-12 04:45:09 +00:00
"light",
"dark",
"multilingual",
"landing",
"contact",
"dark mode",
"tailwindcss",
]
2023-07-12 04:50:13 +00:00
features = [
"Multi-Authors",
"Search",
"Multilingual",
"Dark Mode",
"Taxonomies",
]
2023-07-12 04:45:09 +00:00
[author]
name = "Zeon Studio"
homepage = "https://zeon.studio"
[original]
author = "Zeon Studio"
homepage = "https://zeon.studio"
repo = "https://github.com/zeon-studio/themeplate"