From 36c27be3737cda959f9305d44825650b9276ea44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 10 Jul 2019 15:23:54 +0200 Subject: [PATCH] Update configuration.md --- content/en/getting-started/configuration.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/en/getting-started/configuration.md b/content/en/getting-started/configuration.md index bd1fe2de9..4119ae8ef 100644 --- a/content/en/getting-started/configuration.md +++ b/content/en/getting-started/configuration.md @@ -265,6 +265,9 @@ timeout (10000) title ("") : Site title. +titleCaseStyle ("AP") +: See [Configure Title Case](#configure-title-case) + uglyURLs (false) : When enabled, creates URL of the form `/filename.html` instead of `/filename/`. @@ -291,6 +294,10 @@ enableemoji: true ``` {{% /note %}} +## Configure Title Case + +Set `titleCaseStyle` to specify the title style used by the [title](/functions/title/) template function and the automatic section titles in Hugo. It defaults to [AP Stylebook](https://www.apstylebook.com/) for title casing, but you can also set it to `Chicago` or `Go` (every word starts with a capital letter). + ## Configuration Environment Variables HUGO_NUMWORKERMULTIPLIER