arulrajnet / attila

Pelican version of ghost theme https://github.com/zutrinken/attila
MIT License
173 stars 74 forks source link

I'm new and documentation doesn't help #7

Closed redeemefy closed 7 years ago

redeemefy commented 7 years ago

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 and Published with Pelican. I install the theme and render just fine. I'm putting my images in attila-master/static/images. For the...

AUTHORS_BIO = {
  "Gilberto": {
    "name": "Gilberto",
    "cover": "attila-master/static/images/profile_img_bw.png",
    "image": "attila-master/static/images/profile_img_bw.png",
    "website": "",
    "location": "United States",
    "bio": "Extracting value out of data and crafting software are my passion. Treating a business problem only to satisfy our own interest, we will find out that we have passed the opportunity to provide value."
  }
}

also the HEADER_COVER = 'attila-master/static/images/home-bg.jpg'. With this configuration I can't get the page to render like this...

screen shot 2017-06-07 at 11 11 26 pm

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 to HEADER_COVER = 'images/home-bg.jpg' but didn't work either.

I also setup

SOCIAL = (('linkedIn', 'https://www.linkedin.com/in/diazgilberto'),
          ('twitter', 'https://twitter.com/DiazGilberto'),
          ('github', 'https://github.com/diazgilberto')
          )

and the default social icons are showing up still screen shot 2017-06-07 at 11 20 40 pm

How I can personalize this theme???

arulrajnet commented 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.

redeemefy commented 7 years ago

@arulrajnet Thank you for your work in the theme and for your response.

arulrajnet commented 7 years ago

Documentation added to customize credits #6 here. Feel free to reopen if you find any issues.