Skip to content

RussellLuo/me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

me

The source code of my personal website.

Dependencies

Must be installed:

  1. Python 2.6+
  2. web.py
  3. MongoDB 2.4+
  4. pymongo 2.6+
  5. Markdown

Already included in the source code:

  1. GrabzIt
  2. Bootstrap
  3. IVORY
  4. jQuery

Configuration

  1. MetaWeblog settings

    $ vi webpy/blog/utils/config.py ...

    now specially for www.cnblogs.com

    config = { 'url': 'your_metaweblog_service_url', 'appKey': '', 'user': 'your_username', 'passwd': 'your_password' }

  2. GrabzIt settings

    $ vi webpy/favsite/utils/screenshot/screenshot_grabzit.py ...

    my account at grabz.it

    config = { 'applicationKey': 'your_key', 'applicationSecret': 'your_secret' } ...

Initialize

$ ./init.sh

Run

$ ./run.sh

About

The source code of my personal website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published