arulrajnet/attila-demo

Where do I find "Links" and "Social" on your demo page?

Closed this issue · 3 comments

I see that you set LINKS and SOCIAL in your pelicanconf.py, but I don't see them on the demo web page itself. Where are they?

@hatdropper1977 Good catch.. Its not used anywhere. May be I should remove from documentation. If you want to show author social links you can use AUTHORS_BIO

AUTHORS_BIO = {
  "arul": {
    "name": "Arulraj V",
    "cover": "https://www.gravatar.com/avatar/dead1c3ffb26a27d8b5e30e1c30e46e6?s=600",
    "image": "https://www.gravatar.com/avatar/dead1c3ffb26a27d8b5e30e1c30e46e6?s=600",
    "website": "http://arulraj.net",
    "location": "Chennai",
    "bio": "• Architect • DevOps • Full Stack Developer • Aspiring Entrepreneur •",
    "twitter": "arulrajnet",
    "facebook": "arulraj.net"
  }
}

That's perfect, thanks!

OK - I tried to add linkedin and github and they don't show up. Any ideas how to set these two?


AUTHORS_BIO = {
  "jsobanski": {
    "name": "John Sobanski",
    "cover": "http://1.gravatar.com/avatar/d9333b82b60f9f3714a39f9aad419633?s=75&d=mm&r=g",
    "image": "http://1.gravatar.com/avatar/d9333b82b60f9f3714a39f9aad419633?s=75&d=mm&r=g",
    "website": "https://github.com/hatdropper1977/freshlex.com",
    "location": "Washington, DC",
    "bio": "Electrical Engineer turned Cloud Architect.<p><img src=\'https://d5q4akjun1yjt.cloudfront.net/assets/download.png\' alt=\'Cert\'></p><p>License AWS-ASA-18116 (July 1st 2016 – July 1st 2018)</p>",
    "linkedin": "https://www.linkedin.com/in/johnsobanski/",
    "github": "https://github.com/hatdropper1977",
  }
}