sync wiki pages..
It seems important to back up edits and editions on the wiki regardless of any changes in the versioned files.
I'm guessing that fossil sync will work to back up the wiki?
home page detail
With the choice of /home instead of the default I needed to make a wiki page with the same name as the repo..
A subtle and important convention to master.. Eventually it may seem natural but the discovery of the convention was troublesome.. A good lesson for the importance of slowing down for close reading!!
I was wondering how to edit the "Home" page.. A close reading of the setup_config documents may have eased my confusion.
The default "/home" page displays a Wiki page with the same name as the Project Name specified above. Some sites prefer to redirect to a documentation page (ex: "/doc/trunk/index.wiki") or to "/timeline".1
The page that is brought up as the "Home" page can be changed. It is often useful to set the "Home" page to be a wiki page or an embedded document. The built-in pages /home and /index can be used as the "Home" page. They have identical effect, which is to instruct Fossil to find and display a wiki page with the same name as the project, or if that does not exist, /README.md or /index.wiki. An embedded document link such as doc/trunk/README.md can be used for the "Home" page. If you specify one of the built-in keywords /home or /index, the page will not be treated as an embedded document.2