Patreon

view/donate/patreon~ Patreon

Patreon donation JSX component.

Constructor

new Patreon()

Source:
Example
<Patreon
    title="******"
    url="/path/to/patreon/page" />

Members

(static) Cacheable

Cacheable Patreon donation JSX component.

This class is supposed to be used in combination with the locals hexo filter (module:hexo/filter/locals).

Source:
See:
Example
<Patreon.Cacheable
    donate={{ type: 'patreon', url='/path/to/patreon/page' }}
    helper={{
        __: function() {...},
        url_for: function() {...}
    }} />