Skip to content

robotys/brog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

BROG

Plain text blog engine

FLOW

Writing and publishing

  1. Write in any text editor in markdown format (github flavor)
  2. save the writing in posts directory with YYYY-MM-DD-title-separated-by-dash.md format. The date is the intended published date. (all post will be online at 8 am localtime)
  3. Check post to publish
  4. Click publish
  5. preview in browser at http://localhost/brog/public

Install and Setup

  1. Install WAMP and git
  2. Unzip Brog files into server folder
  3. Chmod 777 directory public, themes and plugins
  4. Set username and password if needed
  5. Set recovery email for forgot password

FEATURES

  • Plain text hosting. Can host at dropbox/gdrive or github. Your choice
  • CDN friendly
  • made for speed
  • ajax ready
  • SEO friendly
  • FB friendly
  • Security by obscurity

DETAILS

The main reason behind this project are the author motivation to move from shared hosting to something better. What is better that free hosting at github pages?

Also, as Wordpress is moving further away from being a simple blog engine, it has grown to a big and clunky by its default setting. Author like to challenge himself by creating something better. Thus, Brog is intended to be small and focused, as a warm friend that always bring joy to writers.

Brog is writer first, reader second.

However, the focus user right now is author himself, a developer first and writer second.

LICENSE

The MIT License (MIT)

Copyright (c) 2014 Robotys

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

Plain text blog engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published