‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
Le samedi 14 août 2021 à 19:39, Andrew Singleton - singletona082 at gmail.com a écrit :
> What do you guys use?
I have a fairly simple method, I'm currently using a VPS (although I'm
going to move this to a in house server) to store the content + generation
tools on a shared storage drive (for backing up).
I write everything in nano (and this is why it's totally riddled with
spaling arrars) in gmi format, then use a script to generate the gmi +
html structure of the site and push it to the production servers using rsync + sitecopy.
When I move it to a home server then it'll be a bit more different, I'll
use a crontab to run the generator, rsync, and sitecopy from a mount
directory on a NAS drive so I can edit the files on my laptop using a
basic text editor, then drag and drop the final product on to the NAS
drive for generation later that day.
-Kévin