emacsorphanage / org-page

[INACTIVE] A static site generator based on Emacs and org mode.
673 stars 99 forks source link

rss for each tag #147

Closed shackra closed 9 years ago

shackra commented 9 years ago

I think generating a RSS feed for each tag is a good idea for blogs that talks about many different topics, in my blog for instance I talk a lot of Catholicism but I also include things like Free Software and Emacs in my repertoire. If some people are interested in my blog posts about emacs but don't really want to know anything about Catholicism, they should be able to subscribe to the emacs tag!

sillykelvin commented 9 years ago

That's a good idea, but this may lead to maintain many RSS feed files, it may be not easy to display all of them on the navigation bar.

shackra commented 9 years ago

Well, you don't need that, is just a matter of setting the RSS feed for each tag in their respective tag page!

El miércoles 05 de agosto del 2015 a las 2335 horas, Kelvin Hu escribió:

That's a good idea, but this may lead to maintain many RSS feed files, it may be not easy to display all of them on the navigation bar.


Reply to this email directly or view it on GitHub: https://github.com/kelvinh/org-page/issues/147#issuecomment-128249796

Pax et bonum. Jorge Araya Navarro. ES: Diseñador Publicitario, Programador Python y colaborador en Parabola GNU/Linux-libre EN: Ads Designer, Python programmer and contributor in Parabola GNU/Linux-libre EO: Anonco grafikisto, Pitino programalingvo programisto kai kontribuanto en Parabola GNU/Linux-libre https://es.gravatar.com/shackra

sillykelvin commented 9 years ago

Yeah, that makes sense, thank you, I will try to implement this when I have time.

shackra commented 9 years ago

Yay! Thanks!

El jueves 06 de agosto del 2015 a las 2326 horas, Kelvin Hu escribió:

Yeah, that makes sense, thank you, I will try to implement this when I have time.


Reply to this email directly or view it on GitHub: https://github.com/kelvinh/org-page/issues/147#issuecomment-128602301

Pax et bonum. Jorge Araya Navarro. ES: Diseñador Publicitario, Programador Python y colaborador en Parabola GNU/Linux-libre EN: Ads Designer, Python programmer and contributor in Parabola GNU/Linux-libre EO: Anonco grafikisto, Pitino programalingvo programisto kai kontribuanto en Parabola GNU/Linux-libre https://es.gravatar.com/shackra

sillykelvin commented 9 years ago

Implemented.

shackra commented 9 years ago

YES!

El martes 18 de agosto del 2015 a las 0709 horas, Kelvin Hu escribió:

Implemented.


Reply to this email directly or view it on GitHub: https://github.com/kelvinh/org-page/issues/147#issuecomment-132200306

Pax et bonum. Jorge Araya Navarro. ES: Diseñador Publicitario, Programador Python y colaborador en Parabola GNU/Linux-libre EN: Ads Designer, Python programmer and contributor in Parabola GNU/Linux-libre EO: Anonco grafikisto, Pitino programalingvo programisto kai kontribuanto en Parabola GNU/Linux-libre https://es.gravatar.com/shackra

sillykelvin commented 9 years ago

Will be available in melpa later, there is delay for melpa to sync the newest change from GitHub.

sillykelvin commented 9 years ago

By the way, the feature is disabled by default, you should set the following variable to enable it:

(setq op/tag-rss t)
shackra commented 9 years ago

Sure, thank you!