Add theme info

This commit is contained in:
danpros 2025-10-30 09:34:29 +07:00
commit 288cc89459
7 changed files with 49 additions and 0 deletions

7
themes/blog/theme.json Normal file
View file

@ -0,0 +1,7 @@
{
"name": "Blog",
"version": "",
"author": "Xiaoying Riley",
"homepage": "https://3rdwavemedia.com",
"description": "Blog theme ported to HTMLy."
}

7
themes/clean/theme.json Normal file
View file

@ -0,0 +1,7 @@
{
"name": "Clean",
"version": "",
"author": "",
"homepage": "https://www.htmly.com",
"description": "Clean HTMLy theme."
}

7
themes/doks/theme.json Normal file
View file

@ -0,0 +1,7 @@
{
"name": "Doks",
"version": "",
"author": "Thulite",
"homepage": "https://getdoks.org",
"description": "Doks theme ported to HTMLy."
}

7
themes/logs/theme.json Normal file
View file

@ -0,0 +1,7 @@
{
"name": "Logs",
"version": "",
"author": "",
"homepage": "https://www.htmly.com",
"description": "Logs HTMLy theme."
}

View file

@ -0,0 +1,7 @@
{
"name": "Readable",
"version": "",
"author": "",
"homepage": "https://www.htmly.com",
"description": "Readable HTMLy theme."
}

View file

@ -0,0 +1,7 @@
{
"name": "Tailwind",
"version": "",
"author": "Timothy Lin",
"homepage": "https://www.timlrx.com",
"description": "Tailwind Nextjs Starter Blog ported to HTMLy."
}

View file

@ -0,0 +1,7 @@
{
"name": "Twenty Sixteen",
"version": "",
"author": "WordPress.org & Automattic.com",
"homepage": "https://wordpress.org",
"description": "Twenty Sixteen theme ported to HTMLy."
}