Re: How to parse RSS feeds with Nim

2019-12-23 Thread sergio
Thanks!

I don't know how to manually set the article excerpt in Hugo, but I'll try to 
look into it at some point.


Re: How to parse RSS feeds with Nim

2019-12-23 Thread ducdetronquito
Simple and straight to the point article, good job :)

Ps: On your home page, the excerpt does not display nicely as it shows a 
portion of the RSS feed in the article.


How to parse RSS feeds with Nim

2019-12-22 Thread sergio
I'm learning Nim and as I learned things, I'm writing blog posts about common 
stuff you would do with Nim.

This is an effort to get Nim more mainstream attention by other engineers 
looking for something powerful to add to their toolbelt.

In this first blogpost, I show you how to parse a typical RSS feed using Nim. 
Thanks!

[https://sergio.dev/posts/how-to-parse-rss-feeds-with-nim](https://sergio.dev/posts/how-to-parse-rss-feeds-with-nim)