dmulholl / ark

A static website generator for people who enjoy the simpler things in life.
https://www.dmulholl.com/docs/ark/master/
The Unlicense
119 stars 8 forks source link

per node `file_extension` and how to implement support for a RSS feed #20

Open pietroppeter opened 1 week ago

pietroppeter commented 1 week ago

hi, thanks for ark, I really like its minimalistic approach and I am finding it very useful to learn what actually is a static site generator. I am also using it for my (almost non existant) blog.

I want now to implement a rss feed but I am struggling on how to go about doing that in a clean way. I see talking about it here a way to help me clear up the ideas, while maybe being also useful to others. The fact that it might have also a non zero chance to receive feedback is a nice bonus but not really required. I hope you do not mind.

So in the end after talking it here, there does seem some kind of query I have. The second way seems cleaner to me but it would require a new feature added to ark. In case I find the time to work on it, would you be interested in a PR that implements this per node file_extension functionality?

pietroppeter commented 1 week ago

(ah since I just found #15 issue, let me just add that holly mentioned there was indeed helpful in building my plugin to list posts)