dib-lab / farm-notes

notes on the farm cluster
16 stars 9 forks source link

hosting mkdocs sites on farm #49

Open ctb opened 2 years ago

ctb commented 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/