mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-18 14:54:53 -04:00
Add admonition note to GitHub hosting
Closes rdwatters/hugo-docs-concept#54
This commit is contained in:
parent
9ed90b708a
commit
452bd58af8
@ -29,6 +29,10 @@ GitHub provides free and fast static hosting over SSL for personal, organization
|
||||
|
||||
If you are working within an Organization account or want to set up a User website on GitHub and would like more information, refer to the [GitHub Pages documentation][ghorgs].
|
||||
|
||||
{{% note %}}
|
||||
Make sure your `baseURL` key-value in your [site configuration](/getting-started/configuration/) reflects the full URL of your GitHub pages repository if you're using the default GH Pages URL (e.g., `username.github.io/myprojectname/`) and not a custom domain.
|
||||
{{% /note %}}
|
||||
|
||||
## Deployment via `/docs` Folder on Master Branch
|
||||
|
||||
[As described in the GitHub Pages documentation][ghpfromdocs], you can deploy from a folder called `docs/` on your master branch. To effectively use this feature with Hugo, you need to change the Hugo publish directory in your [site's][config] `config.toml` and `config.yaml`, respectively:
|
||||
|
Loading…
x
Reference in New Issue
Block a user