abakan-zz / ablog

ABlog for blogging with Sphinx
ablog.readthedocs.org
Other
122 stars 35 forks source link

pages for tagcloud, categories, and archives #66

Closed pwm1234 closed 5 years ago

pwm1234 commented 8 years ago

First let me say thanks for the great blog engine! I was using Nikola, but I found it awkward switching between using Nikola for blog content Sphinx for documentation. So I believe ablog will be a great tool for me.

Now my question: how can I get pages that have the same content as the html_sidebars tagcloud.html, categories.html, and archives.html? I know that each one has their corresponding generated page, but what I would like is a page that has the same summary content as is placed in the sidebar. I believe that doing so would be a simple exercise with sphinx customization and templating, but, unfortunately, that is beyond my skill level right now. (This is another reason why I like ablog, skills I learn for the blogging engine will equally apply for my core sphinx usage.)

Thanks, Phil

pwm1234 commented 8 years ago

I discovered an answer to this issue. I posted my solution How to get an ablog sphinx page with sidebar contents on stackoverflow.