Menu
Get Started
Features
Guides

Deploying your website

There are many ways that you can host your website and make your masterpiece live for the world to see.

If you do not want to host your website on Github pages, you can host with a handful of other alternatives.

Website Build

When you run the static build command your website will be built into a new folder named _site. This folder will contain all the contents for your website. You can simply move the contents to any server and your site will be served up accordingly.

Remember that if you are hosting your website inside of a subfolder, you will need to pass the full URL to the build command in order for all the assets and images to link up correctly. Here's an example:

static build https://my-website/subfolder/

Alternatives

There are a handful of alternatives that you can use to host your site for free. Here are a link to a few of those alternatives below:

DevDojo Static Hosting

Eventually we'll be providing a free hosted solution where you will get your own website.devdojo.io subdomain and have the ability to use your own custom domain. If you want to see this implemented sooner you can can help us out by starring the repo, and telling your friends about static 🤘