mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-19 21:21:39 +02:00
Merge commit '346b60358dd8ec2ca228e6635bff9d7914b398b7'
This commit is contained in:
@@ -16,9 +16,9 @@ minVersion: v0.128.0
|
||||
In this tutorial you will:
|
||||
|
||||
1. Create a site
|
||||
2. Add content
|
||||
3. Configure the site
|
||||
4. Publish the site
|
||||
1. Add content
|
||||
1. Configure the site
|
||||
1. Publish the site
|
||||
|
||||
## Prerequisites
|
||||
|
||||
@@ -174,10 +174,8 @@ theme = 'ananke'
|
||||
Make the following changes:
|
||||
|
||||
1. Set the `baseURL` for your production site. This value must begin with the protocol and end with a slash, as shown above.
|
||||
|
||||
2. Set the `languageCode` to your language and region.
|
||||
|
||||
3. Set the `title` for your production site.
|
||||
1. Set the `languageCode` to your language and region.
|
||||
1. Set the `title` for your production site.
|
||||
|
||||
Start Hugo's development server to see your changes, remembering to include draft content.
|
||||
|
||||
|
Reference in New Issue
Block a user