htmly/themes/tailwind/theme.json
2025-11-02 10:42:44 +07:00

51 lines
No EOL
1.2 KiB
JSON

{
"name": "Tailwind",
"version": "",
"author": "Timothy Lin",
"homepage": "https://www.timlrx.com",
"description": "Tailwind Nextjs Starter Blog ported to HTMLy.",
"settings": [
{
"type": "checkbox",
"name": "post_tag",
"label": "Post Tag",
"value": "",
"info": "Show post tag"
},
{
"type": "checkbox",
"name": "post_navigation",
"label": "Post Navigation",
"value": "",
"info": "Enable post navigation"
},
{
"type": "checkbox",
"name": "recent_posts",
"label": "Recent Posts",
"value": "",
"info": "Show Recent Posts"
},
{
"type": "checkbox",
"name": "popular_posts",
"label": "Popular Posts",
"value": "",
"info": "Enable Popular Posts widget. The views counter need to be enabled first."
},
{
"type": "checkbox",
"name": "tagcloud",
"label": "TagCloud",
"value": "",
"info": "Enable TagCloud widget"
},
{
"type": "checkbox",
"name": "frontpage_posts",
"label": "Static Frontpage Posts",
"value": "",
"info": "Show recent posts on static frontpage"
}
]
}