These are the sources of my main personal website. It gets turned into an actual website with the help of Hyde.
You can reach me via e-Mail and Google Talk/Jabber at: martin at NOSPAM martinvillalba.com
The buildout environment should be entirely self-contained, testing web server included.
If you want to modify the website, clone the repository and run:
- % source bootstrap
- % buildout
- % source bin/activate
When done editing, check everything looks fine with the development server by running the following and checking your browser:
- % ./develop
If everything looks fine, go ahead and run ./publish to re-build and upload everything to Google App Engine.
Don't forget to push the changes upstream (GitHub, Gitorious, odin).
Backup GIT repositories:
- http://repo.or.cz/w/www.martinvillalba.com.git
- https://gitorious.org/www-martinvillalba-com/www-martinvillalba-com
If you need to upload large(-ish) media (photos, downloads, etc), upload to S3 and link like: http://cdn.martinvillalba.com/S3-KEY.
Everything but the src/ directory is under the MIT/X11 license. All images, config files, and templates in src/ are licensed under the ??? license. (TODO). All content (*.html) inside the src/ directory is under the CC-BY-3.0 license.
MIT: See ./MIT. CC-BY-3.0: http://creativecommons.org/licenses/by/3.0/
- Layout
- Index
- About
- Projects
- Portfolio
- Blogs
- Contact
- Convert templates to HAML/SASS?
- Multi-lingual support?
- Translate pages?