You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTMLy is an open source databaseless blogging platform prioritizes simplicity and speed written in PHP.
It uses a unique algorithm to find or list any content based on date, type, category, tag, or author, and it's performance remain fast even if we have ten thousand of posts and hundreds of tags.
Requirements
HTMLy requires PHP 7.2 or greater, PHP-Mbstring, PHP-XML, PHP-INTL, PHP-GD, and PHP-ZIP package for backup feature.
Upload and extract the zip file to your web server. You can upload it in the root directory, or in subdirectory such as htmly.
Visit your domain. If you extract it in root directory visit https://www.example.com/install.php and if in subdirectory visit https://www.example.com/htmly/install.php.
Follow the installer to install HTMLy.
The installer will try to delete itself. Please delete the installer manually if the install.php still exist.
Note: If you don't need to log in to the dashboard, just rename config.ini.example to config.ini, delete install.php, and you are set. It's always good practice to set the site.url
Online install
Install HTMLy without downloading the source code and use the online installer:
If you upload it in root directory visit https://www.example.com/online-installer.php or if in subdirectory visit https://www.example.com/subdirectory/online-installer.php.
Follow the installer to install HTMLy.
Please delete the installer manually if the online-installer.php and install.php still exist.
Configurations
Set written permission for the cache and content directories.
Users assigned with the admin role can edit/delete all users posts.
To access the admin panel, add /login to the end of your site's URL.
e.g. www.yoursite.com/login