mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
docs: honing #567
This commit is contained in:
parent
46fe4d8cc8
commit
8c4e794123
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ title = "Getting Started"
|
|||
weight = 1
|
||||
+++
|
||||
|
||||
With the following steps you are initializing your new website. If you don't know Hugo, we strongly suggest you learn more about its great [documentation for starters](https://gohugo.io/getting-started/).
|
||||
With the following steps you are initializing your new website. If you don't know Hugo, we strongly suggest you learn more about it in its great [documentation for starters](https://gohugo.io/getting-started/).
|
||||
|
||||
## Install Hugo
|
||||
|
||||
|
@ -126,7 +126,7 @@ You can leave the web server running while editing your pages. The browser will
|
|||
|
||||
## Build and Deploy your Website
|
||||
|
||||
When your site is ready to be deployed, run the following command:
|
||||
When your site is ready to be deployed, run the following command
|
||||
|
||||
````shell
|
||||
hugo
|
||||
|
@ -142,4 +142,4 @@ Your site is now fully functional.
|
|||
|
||||
Next, you can start [configuring your site](configuration) to your liking by setting options in your `hugo.toml`.
|
||||
|
||||
Also page authors are able to [configure many aspects of a page](content) using front matter while creating content.
|
||||
Also, page authors are able to [configure many aspects of a page](content) using front matter while creating content.
|
||||
|
|
Loading…
Reference in a new issue