Stars: 1626
Forks: 227
Pull Requests: 151
Issues: 322
Watchers: 76
Last Updated: 2023-02-20 16:30:52
Welcome to an easier way to blog - A minimalist markdown blogging platform.
License: GNU General Public License v3.0
Languages: PHP, CSS, Hack, Dockerfile
git submodule update --init --recursive
https://(your url)/settings
Create Your Blog
Go to https://(your url)/dashboard
and all of the site options will be available.
Dropplets has two required files for templates:
home.php
is the page that lists the postspost.php
is the page that displays a single postThere are a number of variables available for templates:
$siteConfig
is an array containing all of the site information$allPosts
is an array containing all of the posts for page$page
is the current page for pagination$limit
is the number of posts to display per page$post
is an array containing the data for one post