manton / JSONFeed

The JSONFeed.org website
Creative Commons Zero v1.0 Universal
934 stars 54 forks source link

How is the website built? #151

Open felicianotech opened 3 years ago

felicianotech commented 3 years ago

Wappalyzer suggest it's using Hugo but looking at this repo, I don't recognize any common Hugo files. What's the best way to build and test this website locally so that we can confidently contribute to it?

manton commented 3 years ago

It was using a custom static site generator written by @brentsimmons, which was similar to Hugo or Jekyll, but we recently migrated the site over to be hosted on Micro.blog. I think for now the best way to handle contributions would be to submit pull request on the existing Markdown files in the repo, and then I can manually publish them to the site. Hopefully later we can come up with a more automated workflow.