mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 11:16:00 +05:30
Add theme info
This commit is contained in:
parent
8f5899a1dc
commit
288cc89459
7 changed files with 49 additions and 0 deletions
7
themes/blog/theme.json
Normal file
7
themes/blog/theme.json
Normal 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
7
themes/clean/theme.json
Normal 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
7
themes/doks/theme.json
Normal 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
7
themes/logs/theme.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"name": "Logs",
|
||||
"version": "",
|
||||
"author": "",
|
||||
"homepage": "https://www.htmly.com",
|
||||
"description": "Logs HTMLy theme."
|
||||
}
|
||||
7
themes/readable/theme.json
Normal file
7
themes/readable/theme.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"name": "Readable",
|
||||
"version": "",
|
||||
"author": "",
|
||||
"homepage": "https://www.htmly.com",
|
||||
"description": "Readable HTMLy theme."
|
||||
}
|
||||
7
themes/tailwind/theme.json
Normal file
7
themes/tailwind/theme.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"name": "Tailwind",
|
||||
"version": "",
|
||||
"author": "Timothy Lin",
|
||||
"homepage": "https://www.timlrx.com",
|
||||
"description": "Tailwind Nextjs Starter Blog ported to HTMLy."
|
||||
}
|
||||
7
themes/twentysixteen/theme.json
Normal file
7
themes/twentysixteen/theme.json
Normal 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."
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue