mirror of
https://github.com/danpros/htmly.git
synced 2026-04-19 20:16:22 +05:30
51 lines
No EOL
1.2 KiB
JSON
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"
|
|
}
|
|
]
|
|
} |