Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.
/ LOG.md Public archive

A flat-file markdown blogging sytem so primitive it's a miracle it works at all

License

Notifications You must be signed in to change notification settings

bkis/LOG.md

Repository files navigation

REPO ARCHIVED!
This litte project, I like to think, was a great idea when I started it. Today, it wouldn't make much sense to finish it, because there are far superior projects doing the exact same thing - only much better.

LOG.md

A flat-file markdown blogging sytem so
primitive it's a miracle it works at all

Actually ...

... it doesn't work, yet.

Requirements

  • PHP 5.6 or higher
  • php-gd module installed (optional, needed for batch image resizing job)
  • You want to write your posts in Markdown.
  • You don't need more than a start page with a paginated list of your posts.
  • You are motivated to make your own theme (if you don't like the default themes, which I hope you don't, because they are meant to be examples rather than aesthetic works).

Is LOG.md a static site generator?

No. Kind of. Yes. Not really. It caches and re-uses the rendered HTML of each post (so it doesn't have to do the Markdown rendering again), but it still reads the posts meta data from your posts files headers at each call.

Attributions

LOG.md doesn't really do anything.
All the hard work is done by: