https://github.com/russellluo/me
The source code of my personal website.
https://github.com/russellluo/me
Last synced: over 1 year ago
JSON representation
The source code of my personal website.
- Host: GitHub
- URL: https://github.com/russellluo/me
- Owner: RussellLuo
- Created: 2013-11-23T09:32:54.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-23T10:18:12.000Z (over 12 years ago)
- Last Synced: 2025-02-16T04:17:10.037Z (over 1 year ago)
- Language: CSS
- Homepage: http://russellluo.me
- Size: 1.78 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
[web.py]: https://github.com/webpy/webpy
[Markdown]: https://github.com/waylan/Python-Markdown
[GrabzIt]: http://grabz.it/api/python/