Skip to content

Netlify

Source:


Overview

To host a static MkDocs site, I used Netlify in the free plan.

Registration is possible in several ways; the method I chose was via email.

After completing the initial setup, you can proceed with deploying your site.


Preparing a zip for manual deployment

Navigate to the main project folder:

cd my_project

Zip the project contents (zip the contents inside the folder, not the folder itself):

zip -r my_project.zip .

Manual deployment

Upload the zip to Netlify using the drag-and-drop interface on your site dashboard.

Configure settings as needed (for example, adjust the site URL).

Once uploaded, Netlify will serve your static site automatically.