There are many, many tools available for managing content these days, however, in this modern era of individual VPSs and virtual environments like Docker, most new tools are not set up to be implementable by users in a classic public shared server environment, such as we prize on tilde sites. Instead, many tools assume that the user is admin on the web server that they want to install a CMS or Wiki, and can control custom configurations.

I have tried several freely available web Content Management System (CMS) and wiki packages, and found some long-standing projects as well as some cool projects people have put together (like the program running the wiki you are reading right now). Focusing on packages that don't require a database to set up, I have determined the following ones can be installed in your user ''public_html'' space and work. Each has certain strengths and weaknesses, and some are designed to be more multi-user, allowing you to have individual contributors that don't need their own shell accounts. All are designed to allow you to create content from the website itself, not requiring you to log in to your shell account to add or modify content, and are further designed to give you an interface that lets you to author content in an easier markup than HTML, and to give you templates to give your web site a cohesive look.

As I mentioned above, the packages listed here also use the regular file system for storage. There are even more web CMSs and wikis, not listed below (Drupal, for example) that do require a database. Also what I've found is that PHP solutions tend to be accepted better by default webserver configurations (especially nginx, where other languages may not work) I admit to not having done most of my research here at tilde.green (I know that tilde.town doesn't support PHP or CGI). I also have a brief section on some simple Static Site Generators (SSG) at the end.

Some CMS and Wiki Options

Content Management Systems (CMS)

Links to the above:

Typesetter CMS Git Repository
GetSimple CMS
Flatpress CMS
PivotX CMS Git Repository
PivotX in maintenance mode announcement

Wikis

Links to the above:

https://dokuwiki.org
https://pmwiki.org
http://awkiawki.bogosoft.com
https://felix.plesoianu.ro/web/brutal/

Static Site Generators

Static site generators require you to log in and create pages in Markdown markup in your shell account, then run the generator to rebuild the (static) website. This might be more the tilde experience you are looking for... The advantages are you don't have to craft pages in raw HTML, and SSG generated sites are going to load much quicker for your visitors, and you can use their templating features to keep a uniform look and feel to your pages.

You can setup these simple site generator programs in your user space to use:

Links to the above:

https://www.romanzolotarev.com/ssg.html
https://zs.mills.io/

There are also all kinds of alternative tools people are making all the time, that can give you a simplified SSG-like functionality, but much simpler. For example:

Links to the above:

https://alamantus.codeberg.page/siteleteer/#About%20siteleteer
https://github.com/oscarmorrison/md-page/blob/review/README.md