|
|
|
|
|
by ujuj
2841 days ago
|
|
The only thing I don't like about SSGs is the need to be on a computer that have the right software installed: I use different computers and sometimes I just want to add some link into my website. This leads to too much work for just a link. I've been interested in [1], that is written in Rust and is available in a single binary. This eases the installation process. Something interesting to consider are client-side site generators. I don't think there's a lot of them, but if you want to write your articles on markdown files on github/vim and update your website with a git push, it's a nice thing to consider. I wrote my own tiny one because it's fun (and it works just right for me), but see [2] and [3] if you're interested in these type of solutions. They work well with Github Pages. [1]: https://www.getgutenberg.io/ [2]: http://chrisdiana.github.io/cms.js/ [3]: https://huytd.github.io/azeroth-js/ |
|
Small up-front time cost, then you can just make your change wherever and let the system do the rest.