Upload to Magnumz¶
Build the site¶
From the project folder:
mkdocs build
The generated website will be in:
site/
Upload by FTP¶
Upload the contents of the site/ folder to a folder on magnumz.com, for example:
/public_html/notes/
Then the site should be available at:
https://magnumz.com/notes/
Important¶
Upload the contents of site/, not the site folder itself.
Correct:
/public_html/notes/index.html
/public_html/notes/projects/home-assistant-voice/
Incorrect:
/public_html/notes/site/index.html