mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 11:36:20 +05:30
Add new theme
Based on Tailwind Starter Blog theme, see https://github.com/timlrx/tailwind-nextjs-starter-blog
This commit is contained in:
parent
cb7a8a6be2
commit
4abd8b29f4
30 changed files with 4494 additions and 36 deletions
|
|
@ -7,7 +7,7 @@ $CSRF = get_csrf();
|
|||
|
||||
$updater = new HubUpdater(array(
|
||||
'name' => 'danpros/htmly',
|
||||
'prerelease' => !!config("prerelease"),
|
||||
'prerelease' => config("prerelease"),
|
||||
));
|
||||
|
||||
$dir = 'cache/';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue