Skip to content

bhogberg/homepage

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
This is a simple, django-powered website that I use to administer my lab homepage.

Dependencies: 
    Photologue (http://code.google.com/p/django-photologue)
    PyTextile (http://pypi.python.org/pypi/textile)
    feinCMS (http://github.com/matthiask/feincms)
    
    
To use images, add these sizes to Photologue's image sizes: 
'standard'  340px wide
'medium'    220px wide
'small'     100px wide

For video embedding to work nicely in all browsers use something like this and not YouTube's default embedding code:
<object type="application/x-shockwave-flash" data="VID_URL" width="425" height="344">
    <param name="movie" value="VID_URL" />
</object>

About

A django powered small website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published