GithubHelp home page GithubHelp logo

2447 / awven.github.com Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xombra/awven.github.com

0.0 1.0 0.0 696 KB

A super light Markdown based blog

Home Page: http://awven.com

PHP 75.22% CSS 24.78%

awven.github.com's Introduction

lightblog

Why use light blog over Wordpress or Drupal?

  1. It's simple
  2. It doesn't need a database
  3. It's lightweight
  4. No installation required, just drag and drop files

Installation in 10 simple steps

  1. First of all get yourself a copy of the files by clicking here (.zip) or by git cloning

  2. Now you need to install the whole folder onto your linux webserver.

  3. Make sure that there's a file called .htaccess. If not create one containing this code:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(index\.php)
RewriteRule ^(.*)$ index.php/$1 [L]
  1. Now open app/config.ini in your favourite text editor. Change the site.url variable to the location of index.php. For example: http://example.com or http://example.com/folder/. Just remember to include a trailing slash

  2. Change the blog info to match your blog. Now save the file back onto your webserver

  3. Now open app/views/layout.html.php. You'll see some HTML code. Between the code <!-- the sidebar--> and <!--End custom sidebar--> you can add whatever you want. We've put a <ul> list in for you, but you can have anything!

  4. Now create you first post using Markdown. The syntax help is here. You must begin your document with #Title here otherwise it won't work!

  5. Call your file: YYYY-MM-DD_a-title.md

  6. Now refresh the page

  7. Your blog is complete!

Credits

Making light blog wouldn't have been possible without (in no particular order...)

License

Creative Commons Licence
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.

awven.github.com's People

Contributors

abr4xas avatar freddyheppell avatar xombra avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.