Group blog
What do people think about having a blog for the projects and group? We could use Sphinx of GitHub pages and use blog.PyCQA.org
This could be useful for announcements.
Seems like a good idea for announcements.
On Sun, Mar 27, 2016 at 2:11 AM, Ian Cordasco [email protected] wrote:
What do people think about having a blog for the projects and group? We could use Sphinx of GitHub pages and use blog.PyCQA.org
This could be useful for announcements.
— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/PyCQA/meta/issues/14
I'm using http://tinkerer.me/ for my personal blog. It uses Sphinx to render the static pages.
I'd recommend using ablog (http://ablog.readthedocs.io/) -- it works well with Sphinx and is quite simple.
This minimal example shows how simple it can be:
- Blog setup: https://github.com/writethedocs/www/blob/master/docs/conf.py#L17-L31
- index: https://raw.githubusercontent.com/writethedocs/www/master/docs/blog/index.rst
- post directive: https://raw.githubusercontent.com/writethedocs/www/master/docs/blog/welcome.rst