Open ctb opened 2 years ago
one of the consequences of farm supporting static file hosting per https://github.com/dib-lab/farm-notes/issues/43 is that you can host mkdocs sites there!
this is primarily nice for me because I can put some mimimal authentication in front of such sites, too, using https://github.com/dib-lab/farm-notes/issues/48.
it's as simple as:
mkdocs build rsync -a site/ ~/public_html/location/
one of the consequences of farm supporting static file hosting per https://github.com/dib-lab/farm-notes/issues/43 is that you can host mkdocs sites there!
this is primarily nice for me because I can put some mimimal authentication in front of such sites, too, using https://github.com/dib-lab/farm-notes/issues/48.
it's as simple as: