- Clone this repo
- Open a shell and navigate to the cloned repo
- Run the following command
git submodule update --init --recursive - Upload folder to hosting server or run locally with XAMPP
- Navigate to the URL of your host
https://(your url)/settings - Configure settings and click
Create Your Blog
Go to https://(your url)/dashboard and all of the site options will be available.
- 30 second install and setup
- Simple post publishing form
- Quick password-only access
- Database not required
Dropplets has two required files for templates:
home.phpis the page that lists the postspost.phpis the page that displays a single post
There are a number of variables available for templates:
$siteConfigis an array containing all of the site information$allPostsis an array containing all of the posts for page$pageis the current page for pagination$limitis the number of posts to display per page$postis an array containing the data for one post