All Projects → johnroper100 → Dropplets

johnroper100 / Dropplets

Licence: gpl-3.0
Welcome to an easier way to blog - A minimalist markdown blogging platform.

Programming Languages

PHP
23972 projects - #3 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to Dropplets

Verless
A simple and lightweight Static Site Generator.
Stars: ✭ 276 (-82.92%)
Mutual labels:  blog, blog-engine, markdown
Solo
🎸 一款小而美的博客系统,专为程序员设计。
Stars: ✭ 13,245 (+719.62%)
Mutual labels:  blog, blog-engine, markdown
Oblog
An Auto Rendering 🔽 Blogging System Based on MarkDown & Vue.js | 自动渲染装载 MarkDown 内容的博客系统
Stars: ✭ 133 (-91.77%)
Mutual labels:  blog, blog-engine, markdown
Htmly
Simple and fast databaseless PHP blogging platform, and Flat-File CMS
Stars: ✭ 689 (-57.36%)
Mutual labels:  blog, blog-engine, markdown
Dpress
A simple blog powered by Django
Stars: ✭ 85 (-94.74%)
Mutual labels:  blog, blog-engine
Blog Vue Typescript
vue + typescript + element-ui 支持 markdown 渲染的博客前台展示
Stars: ✭ 1,262 (-21.91%)
Mutual labels:  blog, markdown
Elastiquill
Modern blog engine running on Elasticsearch
Stars: ✭ 98 (-93.94%)
Mutual labels:  blog, blog-engine
Viki
A simple Wiki page in Markdown from notebook of VNote.
Stars: ✭ 103 (-93.63%)
Mutual labels:  blog, markdown
Markdownmonster
An extensible Markdown Editor, Viewer and Weblog Publisher for Windows
Stars: ✭ 1,203 (-25.56%)
Mutual labels:  blog, markdown
Statiq.web
Statiq Web is a flexible static site generator written in .NET.
Stars: ✭ 1,358 (-15.97%)
Mutual labels:  blog, blog-engine
Blogotext
A little more than a lightweight SQLite Blog-Engine.
Stars: ✭ 129 (-92.02%)
Mutual labels:  blog, blog-engine
Laravel Blog
基于Laravel5.8构建的轻量博客应用,支持Markdown,支持图片拖拽上传,界面简洁,SEO友好,支持百度链接自动和手动提交
Stars: ✭ 84 (-94.8%)
Mutual labels:  blog, markdown
Hugo Vitae
Vitae is a blog theme for Hugo that focuses on your content.
Stars: ✭ 81 (-94.99%)
Mutual labels:  blog, markdown
Blog
基于Python Flask并支持Markdown语法的简易博客
Stars: ✭ 89 (-94.49%)
Mutual labels:  blog, markdown
Jokecamp.com
personal blog and website
Stars: ✭ 79 (-95.11%)
Mutual labels:  blog, markdown
Blog
博客文章 markdown 源文件
Stars: ✭ 100 (-93.81%)
Mutual labels:  blog, markdown
Jekyll
🌐 Jekyll is a blog-aware static site generator in Ruby
Stars: ✭ 43,803 (+2610.58%)
Mutual labels:  blog-engine, markdown
Startblog
Startblog is a simple Markdown blog system based on the CodeIgniter!
Stars: ✭ 107 (-93.38%)
Mutual labels:  blog, markdown
Plume
Federated blogging application, thanks to ActivityPub (now on https://git.joinplu.me/ — this is just a mirror)
Stars: ✭ 1,615 (-0.06%)
Mutual labels:  blog, blog-engine
Nim websitecreator
Nim fullstack website framework - deploy a website within minutes
Stars: ✭ 124 (-92.33%)
Mutual labels:  blog, blog-engine

Dropplets v2.2

Get Going:

  1. Clone this repo
  2. Open a shell and navigate to the cloned repo
  3. Run the following command git submodule update --init --recursive
  4. Upload folder to hosting server or run locally with XAMPP
  5. Navigate to the URL of your host https://(your url)/settings
  6. Configure settings and click Create Your Blog

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].