Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 846 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 846 Bytes

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?
  • Cloud Sync blog meta data and articles