Hugo
In this guide we’ll show you how you can host your Hugo project on Orbiter.
Setup
Install Hugo on your machine, then start up a new Hugo project with the following command:
Once complete run the following commands
Go ahead and run each of those one at a time, then you should have a local dev server at http://localhost:1313
which you can visit and see the starter template.
Let’s add a new post by running the following command:
This will create a new post in the content folder. Open the file and add the following contents
Stop the server with ctrl-c
then restart it with the command below
Build
Once you have your site edited and ready to go, close the dev server and run the command below
This should create a public
folder in your project directory which is where all the website files will live.
Deploy
Login to app.orbiter.host, then click new site in the top right. From there you can either drag the public
folder into the drop zone or use the “select folder” button snd locate the public
folder. Choose a subdomain for your free orbiter.website handle, then click submit.
In just a moment your site should be ready to visit, which you can do by clicking on the domain on the site card!
If you prefer a CLI experience check out the docs here. It’s as simple as these three commands: