diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2024-09-26 18:03:18 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <git@serghei.pl> | 2024-09-26 20:44:54 +0200 |
| commit | 1c6bd7d156d5627fa9808fb0e0300fb17327ebc4 (patch) | |
| tree | ea963faefbe600152e8e4b9ed08a40071c5ba597 /exampleSite/config/_default/config.yaml | |
| parent | 51f2ee43c90e44a871f0c2050b9e4d6f06151010 (diff) | |
| download | gohugo-theme-ed-1c6bd7d156d5627fa9808fb0e0300fb17327ebc4.tar.gz | |
Refine site language, direction and code
Diffstat (limited to 'exampleSite/config/_default/config.yaml')
| -rw-r--r-- | exampleSite/config/_default/config.yaml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/exampleSite/config/_default/config.yaml b/exampleSite/config/_default/config.yaml index 7dc1335..719eebb 100644 --- a/exampleSite/config/_default/config.yaml +++ b/exampleSite/config/_default/config.yaml @@ -1,9 +1,6 @@ # You may need to change this line for your real project. baseURL: / -languageCode: en-us -defaultContentLanguage: en - # Keep title short to prevent overflow. # There’s no official guidance on this, but 40 characters for # mobile and 60 for desktop is roughly the sweet spot. @@ -15,7 +12,7 @@ title: Ed. enableRobotsTXT: true # When using ref or relref to resolve page links and a link cannot -# resolved, it will be logged with this log level. +# resolve, it will be logged with this log level. refLinksErrorLevel: WARNING # Kick out RSS, we'll use Atom and FEED bellow. |
