agrafix / Spock

Another Haskell web framework for rapid development
https://www.spock.li
679 stars 56 forks source link

Website source and Atom/RSS feeds #144

Open heyakyra opened 6 years ago

heyakyra commented 6 years ago

If the blog runs on Spock, it would be cool to have the blog engine source code available

Also, the website's copyright notice is a couple years old!

agrafix commented 6 years ago

The website is currently a static website. Would be a fun project to port it to use https://github.com/agrafix/funblog . You can take a look at that if you are looking for a blog engine in Haskell.

heyakyra commented 6 years ago

@agrafix oh cool! thanks for that link. it looks to not have been updated in about a year now though. any plans to revive it?

agrafix commented 6 years ago

It should still work and set a good example to get started! I'd be happy to help if it doesn't work out.