Skip to content
This repository has been archived by the owner on Jun 3, 2018. It is now read-only.

lepture/Vealous

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Vealous

Author: Hsiaoming Young (aka lepture) [lepture@me.com]

Blog: http://lepture.com

This Project is DEACTIVE

LINKS

Introduction at http://blog.lepture.com/a/vealous

Help at http://blog.lepture.com/p/help-on-vealous

Why Vealous

I just started this project at Wed. Aug. 25, 2010 when I found Picky.

Before that, I was coding with marvour blog, a blog system written in webpy. Too complex the data structure it is, and I am tired of it. Why should it contain tags or category, why should i write a standard blog system?

Then I stopped the project, and started Vealous. I intended to call it jealous, but this name is not available with appengine, then here comes Vealous.

Git repo at github http://github.com/lepture/Vealous

Features

Installation

  1. Download Source Code. It's strongly recommended you using the very latest version, better to clone one from github.
  2. Modified config.py.example to meet you situation. Make a change of application name in app.yaml.example. And don't forget to remove the '.example' with the filename.
  3. Upload your code. If you have no idea of how to upload the application, take a look at here.
  4. Waiting for Google to serve the index.All is done then.

Tricks

  1. Replace your favicon.
  2. Untrack favicon: git update-index --assume-unchanged vealous/static/favicon.ico