dirmanhana / dropplets

Welcome to an easier way to blog. - A minimalist markdown blogging platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dropplets v2.2

Manage Your Blog:

Go to https://(your url)/dashboard and all of the site options will be available.

Project Goals:

  • 30 second install and setup
  • Simple post publishing form
  • Quick password-only access
  • Database not required

Building Templates

Dropplets has two required files for templates:

  • home.php is the page that lists the posts
  • post.php is the page that displays a single post

There 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

About

Welcome to an easier way to blog. - A minimalist markdown blogging platform.

License:GNU General Public License v3.0


Languages

Language:PHP 79.1%Language:CSS 20.0%Language:Hack 0.6%Language:Dockerfile 0.3%