Merge commit '346b60358dd8ec2ca228e6635bff9d7914b398b7'

This commit is contained in:
Bjørn Erik Pedersen
2025-01-23 09:47:46 +01:00
384 changed files with 3305 additions and 3271 deletions

View File

@@ -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.