If you don't prefer a third-party comments system for whatever, you can always host your own and insert it in your static site the same as you would with Disqus. I was considering doing this for a while and found React has a pretty good tutorial https://facebook.github.io/react/docs/tutorial.html
Wanted to try out a bit. But approving a permission request for "read/write all the Github PRIVATE repository" and "read/WRITE all the my info." is alarmingly risky...
And this site itself is not even open-sourced? hmmm.
I admit that sucks a bit, but unfortunately the GitHub API doesn't offer per-repository scopes. I'll have to think of a better way, maybe Staticman could be a bot that you give access to on a specific repo.
The definition of 'static' here I think may be a little different. It appears you are repurposing technologies to effectively be a database which aren't considered a database (at least in this context) in order to dynamically generate content in the users browser on the fly.
So templated dynamic html from a "database" is a fine architecture, but not what most people I think would call "static".
A "static" system would be more like Doxygen where the content is "compiled" into straight html/css pages
Did those software support user content such as comments? Also, from my understanding, this project relies on flat files and not a db. So you could essentially eliminate the need for any http requests.
26 comments
[ 3.6 ms ] story [ 64.1 ms ] threadNET::ERR_CERT_AUTHORITY_INVALID
I always test my domains with Quals SSL server test:
https://www.ssllabs.com/ssltest/analyze.html?d=staticman.net
There are a couple of other issues with their SSL setup. I also recommend Mozilla's SSL config generator:
https://mozilla.github.io/server-side-tls/ssl-config-generat...
And this site itself is not even open-sourced? hmmm.
So templated dynamic html from a "database" is a fine architecture, but not what most people I think would call "static".
A "static" system would be more like Doxygen where the content is "compiled" into straight html/css pages
Makes up for Wiki, comments, user login, …