rescript-association / reasonml.org

Deprecated in favor of rescript-lang.org
MIT License
125 stars 34 forks source link

Add RSS feed #183

Closed ryyppy closed 4 years ago

ryyppy commented 4 years ago

Implements feature requested in #174

We went a completely different route though. Instead of using getServerSideProps, we do the following:

Trickier mechanics involved: We need the esm package to be able to run the generate_feed.bs.js file, since it's using es6 output, instead of cjs. At least we now have a way to write our scripts as Reason files, which is great!

Another big change: