meta icon indicating copy to clipboard operation
meta copied to clipboard

Group blog

Open sigmavirus24 opened this issue 9 years ago • 4 comments

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.

sigmavirus24 avatar Mar 26 '16 23:03 sigmavirus24

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

Nurdok avatar Mar 31 '16 20:03 Nurdok

I'm using http://tinkerer.me/ for my personal blog. It uses Sphinx to render the static pages.

Marrin avatar Jul 08 '16 18:07 Marrin

I'd recommend using ablog (http://ablog.readthedocs.io/) -- it works well with Sphinx and is quite simple.

ericholscher avatar Oct 10 '16 17:10 ericholscher

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

ericholscher avatar Oct 10 '16 17:10 ericholscher