derekbrokeit / hyde-presenter

A simple template for building complex, variable structured websites such as presentations or others.
0 stars 0 forks source link

Make the sites.yaml presenter configs work with presentation titles #16

Open derekbrokeit opened 11 years ago

derekbrokeit commented 11 years ago

It would work like this:

presenter:    
    default:  # default behavior
        filter: markdown 
        outer_element: section
        element: article
    impress:  # impress.js presentations
        outer_element: div 
        element: div
        class_N: slide-%d    
        class: step            #add this class to all inner elements
    tabbar:
        element: figure
        id_N: fig-%d