Skip to content

rob-dodson/FrogBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FrogBlog

A simple blog editor for macOS.


FrogBlog installs HTML,CSS and PHP files on your web server to display the blog. Super simple system. Comes with easy to modify default template files.

Currently the only way files are uploaded to the server is via sftp with public key login.

The editor supports markdown and has a preview window.

Export/Import writes/reads standard json files.

All data is stored in a local Sqlite database on your Mac.



For a compiled version for macOS go here.


Todo:

  • Don't load articles and images into memory until editing
  • Support password login to server?