https://github.com/jborrow/a-blog
Å Blog -- A minimal markdown based blog in PHP
https://github.com/jborrow/a-blog
Last synced: 3 months ago
JSON representation
Å Blog -- A minimal markdown based blog in PHP
- Host: GitHub
- URL: https://github.com/jborrow/a-blog
- Owner: JBorrow
- Created: 2016-05-30T19:06:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-30T19:09:08.000Z (almost 9 years ago)
- Last Synced: 2024-12-27T06:41:38.141Z (5 months ago)
- Language: CSS
- Size: 292 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Å-Blog
Å Blog -- A minimal markdown based blog in PHPTo add a post:
Create a file in the content directory with the filename YYYY-MM-DD+Blog_Post_Name.md, see test posts for examples.
That's it. Just put these PHP files on your server and you're good to go.
This code is pretty bad, but should work for a minimal blog application where only basic php is available.