I want to optimize the process of creating static websites.
I want to avoid having to perform multiple editing operations when I need to change a single element of a page, such as text or an image in a footer.
I want to be able to use my tool on a local computer to upload the resulting structure to my server.
I do not want to use a tool that should be on the server. I just do not want a php solution when I do not need its power or it is not needed.
Of course, I do not want to use CMS.
Ideally, I would like the solution to be well documented.
I looked at the perl toolkit. But he is capable of so much that his documentation effectively hides the simple tasks that I want to complete.
I also looked at webgen, but the same problem exists. It can do so much that it is difficult to create for a simple task the creation of a small static website. Again, the documentation is very detailed, but useless for creating simple sites.
What solutions do other developers use?
source
share