Skip to content

nikhila05/micro-blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Micro Blog

https://readthedocs.org/projects/micro-blog/badge/?version=latest https://travis-ci.org/MicroPyramid/micro-blog.svg?branch=master https://coveralls.io/repos/github/MicroPyramid/micro-blog/badge.svg?branch=master Code Health

Simple blog package developed with Django.

Features:

  • Dynamic blog articles
  • Blog pages
  • Contact us page (configurable)
  • google analytics
  • SEO compliant

Installation

  1. Install microblog using the following command:

    pip install microblog
    
    (or)
    
    git clone git://github.com/micropyramid/microblog.git
    
    cd microblog
    
    python setup.py install
    
  2. After installing/cloning this, add the following settings in the virtual env/bin/activate file:

    # Disquss details
    
    DISQUSSHORTNAME="Your Disquss Short Name"
    
    export DISQUSSHORTNAME
    
  3. Use virtualenv to install requirements:

    pip install -r requirements.txt
    

You can try it by hosting on your own or deploy to Heroku with a button click.

Deploy To Heroku:

We welcome your feedback and support, raise issues if you want to see a new feature or report a bug.

https://github.com/MicroPyramid/micro-blog/issues

You can view the complete documentation at http://micro-blog.readthedocs.org/en/latest/?badge=latest

About

simple blog in django

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 46.1%
  • Python 35.5%
  • JavaScript 10.7%
  • CSS 4.8%
  • Makefile 2.9%