oscarbenjamin / blog

Repo for blog posts
1 stars 0 forks source link

blog/czi/post1 #3

Open utterances-bot opened 10 months ago

utterances-bot commented 10 months ago

Towards a new SymPy: part 1 - Outline — blog documentation

https://oscarbenjamin.github.io/blog/czi/post1.html

j2kun commented 10 months ago

Consider adding an rss feed to this site if you plan to write more articles. I'd like to follow along.

oscarbenjamin commented 9 months ago

Consider adding an rss feed

Do you have any tips for how to do that with Sphinx? I haven't used RSS myself before. I see that there are some Sphinx extensions that can do it although it isn't clear to me if any are widely used today.

asmeurer commented 9 months ago

Maybe this? https://pypi.org/project/sphinxcontrib-newsfeed/

You can also look at what @choldgraf uses https://chrisholdgraf.com/blog/2020/sphinx-blogging/

To be honest, though, I wouldn't use Sphinx for a blog, but rather a real static site generator designed for blogging like Jekyll, Hugo, or Nikola.

choldgraf commented 9 months ago

I believe that ABlog comes with an RSS feed built in. That's what I use:

https://github.com/sunpy/ablog

KZiemian commented 2 months ago

I learned a lot from this post.