Simple and terrible web-log framework. https://blueberrysoft.ryliejamesthomas.net/web-log/
Go to file
ryliejamesthomas 181e01133b Added a blank link 2020-07-10 13:23:08 +10:00
posts Single-page version, reads URL quesries 2020-07-10 12:57:35 +10:00
tags Single-page version, reads URL quesries 2020-07-10 12:57:35 +10:00
.editorconfig Created 2020-07-07 14:11:26 +10:00
LICENCE Created 2020-07-07 14:11:26 +10:00
README Added a blank link 2020-07-10 13:23:08 +10:00
basic.css Created 2020-07-07 14:11:26 +10:00
index.php Single-page version, reads URL quesries 2020-07-10 12:57:35 +10:00

README

                                                        ..
                                                        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.                           |‖
                                                        |‖
                                                        |‖
________________________________________________________|‖_