bb_web-log/README

50 lines
2.9 KiB
Plaintext

..
00
____________________________________________|‖
| }{
________| THE BLUEBERRY SOFT WEB-LOGGING FRAMEWORK }{
\ | }{
> `============================================}{
/_________\| |‖
|‖
|‖
WELCOME to the read-me file for The Blueberry Soft |‖
Web-logging Framework (BBBlog)! |‖
|‖
The goal is to be a simple-to-understand framework |‖
for creating a basic blog using HTML, CSS, and a |‖
tiny bit of PHP. It's not meant to be perfect! |‖
|‖
I assume no one else will actually use this; |‖
creating this repo is really just a way for me to |‖
draw a line under the first version and start on |‖
second :-) |‖
|‖
If you want to see it in action either chuck this |‖
example on a server somewhere, or visit: |‖
|‖
http://blueberrysoft.ryliejamesthomas.net/web-log/ |‖
|‖
|‖
|‖
TO USE you create a file in the directory posts/ |‖
with a filename featuring a timestamp like those in |‖
the examples, that contains what you want to appear |‖
in your post wrapped in an <article> element. |‖
|‖
That's about it! Just be sure to use a naming |‖
convention that will order them chronologically. |‖
|‖
I recommend adding a template for your blog posts |‖
to ~/Templates to make things a bit easier. |‖
|‖
|‖
|‖
FUTURE FEATURES I would like to add are: |‖
|‖
- Tags, probably by keeping a file per tag with |‖
references to articles. |‖
|‖
|‖
________________________________________________________|‖_