Add new theme

Based on Tailwind Starter Blog theme, see https://github.com/timlrx/tailwind-nextjs-starter-blog
This commit is contained in:
danpros 2024-11-20 13:01:17 +07:00
commit 4abd8b29f4
30 changed files with 4494 additions and 36 deletions

View file

@ -7,7 +7,7 @@ $CSRF = get_csrf();
$updater = new HubUpdater(array(
'name' => 'danpros/htmly',
'prerelease' => !!config("prerelease"),
'prerelease' => config("prerelease"),
));
$dir = 'cache/';