This commit is contained in:
ryliejamesthomas 2020-07-07 14:09:17 +10:00
parent cfe690c163
commit 388445c0cf
1 changed files with 49 additions and 0 deletions

49
OI_READ_ME Normal file
View File

@ -0,0 +1,49 @@
..
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 ation either chuck this |‖
example o na server somewhere, or visit: |‖
|‖
http://blueberrysoft.ryliejamesthomas.net/web-log/ |‖
|‖
|‖
|‖
TO USE you create a file in the directory for the |‖
relevant year 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 with references |‖
to articles. |‖
- Restructure things so I one doesn't have to hand- |‖
edit every single PHP file when the year changes. |‖
|‖
|‖
________________________________________________________|‖_