bevry / staticsitegenerators-website

Website containing the complete listing of static site generators
https://staticsitegenerators.net
Other
364 stars 29 forks source link

Merge website into listing #29

Closed balupton closed 5 years ago

balupton commented 6 years ago

We should work to integrate the website into the listing for simplicity. The current [dual website + testing + deployment + continuous integration] seems unreliable.

It would be more reliable to update the scripts on the listing repo to run a node.js script that uses hyperscript to generate a single html file, that is then deployed.

This may also assist contributions, as people will not need to learn DocPad in order to contribute to the website.

The boundation repo, is an example of hyperscript generating HTML on the server-side: https://github.com/bevry/outpatient/blob/master/source/block.js

balupton commented 5 years ago

Alternative is to rewrite it using next.js and deploy to now.sh

Manvel commented 5 years ago

@balupton: created https://github.com/bevry/staticsitegenerators-list/pull/326 PR, can you please let me know what you think about that. I hope that PR is helpful, I'll be happy to help you to keep the listing updated and I can easily make more changes on top of the accepted PR(if you think it's helpful), to make the listing be more appealing and generation as automated as possible.

balupton commented 5 years ago

Closed in favour of https://github.com/bevry/staticsitegenerators-website/issues/30