Closed redeemefy closed 7 years ago
@diazgilberto Thanks for your comments.
There is an issue in showing author image. Now that is fixed please take the latest attila.
Others HEADER_COVER
and STATIC_PATHS
seems like configurations issue. Please refer this demo source code https://github.com/arulrajnet/attila-demo
To remove the credits there is a separate ticket for that.
@arulrajnet Thank you for your work in the theme and for your response.
Documentation added to customize credits #6 here. Feel free to reopen if you find any issues.
Before anything, Great job putting this template together.
I'm trying to personalize the template with my own images, my personal profile picture, get rid of
Theme Attila
andPublished with Pelican
. I install the theme and render just fine. I'm putting my images inattila-master/static/images
. For the...also the
HEADER_COVER = 'attila-master/static/images/home-bg.jpg'
. With this configuration I can't get the page to render like this...I'm reading pelican documentation but is can't personalize it.
I also tried to setup the
STATIC_PATHS = ['attila-master/static/']
and change the images toHEADER_COVER = 'images/home-bg.jpg'
but didn't work either.I also setup
and the default social icons are showing up still
How I can personalize this theme???