Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hosting mkdocs sites on farm #49

Open
ctb opened this issue Oct 14, 2022 · 0 comments
Open

hosting mkdocs sites on farm #49

ctb opened this issue Oct 14, 2022 · 0 comments

Comments

@ctb
Copy link
Member

ctb commented Oct 14, 2022

one of the consequences of farm supporting static file hosting per #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 #48.

it's as simple as:

mkdocs build
rsync -a site/ ~/public_html/location/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant