Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1006 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 1006 Bytes

Owlypress

##About

Owlypress is a simple markdown based blog engine, that is written in JavaScript and uses a minimalistic PHP backend with the Slimframework. The posts are renderen in JavaScript using jQuery and PageDown. The default template obviously uses Bootstrap.

Features:

  • writing Posts and Pages with easy Markdown-Syntax
  • Postig with upload
  • posts and pages are sorted by filename
  • pages are displayed in the menu
  • last 10 posts are shown in the blog

##Installation

Download all files.

After that you need to run composer to install the dependencies.

composer install

Now upload everything to your Webserver.

Yep, that is all you need to do!

You can now publish your posts by uploading them to the /data/posts/ directory and add static pages by uploading them to the /data/pages/ directory.

Have fun!