On Jun 5, 2017, at 3:08 PM, John Pateman <jpate...@gmail.com> wrote:
> 
> Is it possible to customise the appearance of this  webpage without having to 
> set it up a full web server?

Say

    $ fossil ui

Then in the browser that pops up, go to Admin > Skins, and edit the files 
presented, or select one of the built-in skins.

Once you save the changes, “fossil server” will show those changes to the world 
via HTTP.

That is, by using the local Fossil UI, you can modify the skin before exposing 
it to anyone who can connect to your machine over the network.

Beware that skin changes don’t normally sync between existing repositories.  
The current skin configuration is copied once only during the initial clone, so 
if you have other clones of this repo already, they’ll continue to show the 
prior skin until you say something like

    $ fossil conf pull skin

from a checkout of the affected remote repository.  (Or, give -R if you don’t 
want to do this from a checkout directory.)
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to