docs: stress note on git #840

This commit is contained in:
Sören Weber 2024-04-22 21:34:11 +02:00
parent 260d96959b
commit 505b323892
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -112,7 +112,7 @@ hugo new basics/third-content.md
Feel free to edit those files by adding some sample content and replacing the `title` value in the beginning of the files.
{{% notice note%}}
{{% notice note %}}
Please note that Hugo overrides the default archetype template coming with this theme when using `hugo new site my-new-site`. To actually see your page later, you have to remove the `draft=true` from the page's frontmatter.
{{% /notice %}}
@ -144,4 +144,6 @@ A `public` directory will be generated, containing all content and assets for yo
It now can be deployed to any web server by simply uploading its contents or you can check out one of [Hugo's many other deployment options](https://gohugo.io/hosting-and-deployment/).
{{% notice note %}}
If you are storing your web site in git, commit all but the `public` directory.
{{% /notice %}}