jvanz / pelican-hyde

Pelican theme based on Hyde Jekyll theme
MIT License
123 stars 43 forks source link

How to pass BIO #5

Closed canyon289 closed 8 years ago

canyon289 commented 8 years ago

Hi, I see this line in sidebar.html

        <p class="lead">{{ BIO }} </p>

I was wondering where do I place the BIO string so jinja places it in the template?

Thanks for this awesome theme!

jvanz commented 8 years ago

Hi! Sorry for delay.

You should put the BIO string in the publishconf.py. Take a look in following example: https://github.com/jvanz/jvanz.github.io-src/blob/master/publishconf.py#L59

Thanks!