Your public site is available at {{ url }}.
To set up your domain to point at your public site, add the following DNS records to your domain. Replace blog.example.com
with your site's hostname.
Name | Type | Value |
---|---|---|
blog.example.com | CNAME | {{ domain }} |
sandstorm-www.blog.example.com | TXT | {{ publicId }} |
To check out the Git repository containing your site, first add an authorization key to Git:
Then run the following to clone the site:
Here are a few pointers to help you get started:
themes/themename
.theme = "themename"
to Config.toml
.If you have an existing Hugo site, run the following to publish in this grain:
Simple site changes can be made directly in the included administrative interface.