Merge commit '35dec7c96f7ee3eb17dd444f7067f0c776fb56ae'

This commit is contained in:
Bjørn Erik Pedersen
2023-12-04 15:24:01 +01:00
810 changed files with 24147 additions and 7766 deletions

View File

@@ -7,8 +7,8 @@ menu:
docs:
parent: content-management
weight: 200
toc: true
weight: 200
toc: true
aliases: [/static-files]
---
@@ -27,13 +27,13 @@ This union filesystem will be served from your site root. So a file
Here's an example of setting `staticDir` and `staticDir2` for a
multi-language site:
{{< code-toggle copy=false file="hugo" >}}
{{< code-toggle file=hugo >}}
staticDir = ["static1", "static2"]
[languages]
[languages.en]
staticDir2 = "static_en"
baseURL = "https://example.com"
baseURL = "https://example.org/"
languageName = "English"
weight = 2
title = "In English"