just-a-blog

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | LICENSE

commit 917b7bf60eb56f615c1a8ffdfbdab835f2727b0b
parent 7185fcf1f5ef992874ab6c557635de978b9bcbe8
Author: Overseer <1836442+robertdherb@users.noreply.github.com>
Date:   Sat, 24 Feb 2018 01:52:16 -0600

Use proper list formatting

Diffstat:
README.md | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md @@ -3,13 +3,13 @@ A simple blog software that doesn't require a database, and separates content fr ## Features - Respects the user --- just-a-blog tries to stay out of your way as much as possible. --- Doesn't force jquery or any other framework on you. --- Degrades gracefully for screenreaders or text-only environments --- You can use your preferred tool for editing pages and posts. + - just-a-blog tries to stay out of your way as much as possible. + - Doesn't force jquery or any other framework on you. + - Degrades gracefully for screenreaders or text-only environments + - You can use your preferred tool for editing pages and posts. - Compatible --- just-a-blog only requires PHP5+. No databases are necessary. --- Can port existing HTML pages and posts directly into just-a-blog with no need to reformat. (Just remember to change the extension to .md) + - just-a-blog only requires PHP5+. No databases are necessary. + - Can port existing HTML pages and posts directly into just-a-blog with no need to reformat. (Just remember to change the extension to .md) - Full customization - Since just-a-blog strives to be small and lightweight, editing it should be extremely easy. - No frameworks, no package managers. Just put the php files on your server in your preferred method. I guess you could do this with other softwares, but JAB *encourages* it.