colorScheme | "congo" | The theme colour scheme to use. Valid values are congo (default), avocado , ocean , fire and slate . Refer to the Colour Schemes section for more details. |
defaultAppearance | "light" | The default theme appearance, either light or dark . |
autoSwitchAppearance | true | Whether the theme appearance automatically switches based upon the visitor’s operating system preference. Set to false to force the site to always use the defaultAppearance . |
enableSearch | false | Whether site search is enabled. Set to true to enable search functionality. Note that the search feature depends on the outputs.home setting in the site configuration being set correctly. |
enableCodeCopy | false | Whether copy-to-clipboard buttons are enabled for <code> blocks. The highlight.noClasses parameter must be set to false for code copy to function correctly. Read more about other configuration files below. |
mainSections | Not set | The sections that should be displayed in the recent articles list. If not provided the section with the greatest number of articles is used. |
robots | Not set | String that indicates how robots should handle your site. If set, it will be output in the page head. Refer to Google’s docs for valid values. |
header.layout | "basic" | The layout of the page header and menu. Valid values are basic , hamburger , hybrid or custom . When set to custom , you must provide your own layout by creating a /layouts/partials/header/custom.html file. |
header.logo | Not set | The relative path to the site logo file within the assets/ folder. The logo file should be provided at 2x resolution and supports any image dimensions. |
header.showTitle | true | Whether the site title is displayed in the header. |
footer.showCopyright | true | Whether or not to show the copyright string in the site footer. Note that the string itself can be customised using the copyright parameter in the languages configuration. |
footer.showThemeAttribution | true | Whether or not to show the “powered by” theme attribution in the site footer. If you choose to disable this message, please consider attributing the theme somewhere else on your site (for example, on your about page). |
footer.showAppearanceSwitcher | false | Whether or not to show the appearance switcher in the site footer. The browser’s local storage is used to persist the visitor’s preference. |
footer.showScrollToTop | true | When set to true the scroll to top arrow is displayed. |
homepage.layout | "page" | The layout of the homepage. Valid values are page , profile or custom . When set to custom , you must provide your own layout by creating a /layouts/partials/home/custom.html file. Refer to the Homepage Layout section for more details. |
homepage.showRecent | false | Whether or not to display the recent articles list on the homepage. |
article.showDate | true | Whether or not article dates are displayed. |
article.showDateUpdated | false | Whether or not the dates articles were updated are displayed. |
article.showAuthor | true | Whether or not the author box is displayed in the article footer. |
article.showBreadcrumbs | false | Whether or not breadcrumbs are displayed in the article header. |
article.showDraftLabel | true | Whether or not the draft indicator is shown next to articles when site is built with --buildDrafts . |
article.showEdit | false | Whether or not the link to edit the article content should be displayed. |
article.editURL | Not set | When article.showEdit is active, the URL for the edit link. |
article.editAppendPath | true | When article.showEdit is active, whether or not the path to the current article should be appended to the URL set at article.editURL . |
article.showHeadingAnchors | true | Whether or not heading anchor links are displayed alongside headings within articles. |
article.showPagination | true | Whether or not the next/previous article links are displayed in the article footer. |
article.invertPagination | false | Whether or not to flip the direction of the next/previous article links. |
article.showReadingTime | true | Whether or not article reading times are displayed. |
article.showTableOfContents | false | Whether or not the table of contents is displayed on articles. |
article.showTaxonomies | false | Whether or not the taxonomies related to this article are displayed. |
article.showWordCount | false | Whether or not article word counts are displayed. |
article.showComments | false | Whether or not the comments partial is included after the article footer. |
article.sharingLinks | Not set | Which sharing links to display at the end of each article. When not provided, or set to false no links will be displayed. |
list.showBreadcrumbs | false | Whether or not breadcrumbs are displayed in the header on list pages. |
list.showTableOfContents | false | Whether or not the table of contents is displayed on list pages. |
list.showTaxonomies | false | Whether or not the taxonomies related to this article are displayed on list pages. |
list.showSummary | false | Whether or not article summaries are displayed on list pages. If a summary is not provided in the front matter, one will be auto generated using the summaryLength parameter in the site configuration. |
list.groupByYear | true | Whether or not articles are grouped by year on list pages. |
list.paginationWidth | 1 | How many pagination links to output either side of the current page when the page list needs to be truncated. A width of 1 will output one link either side of the current page when the list needs to be truncated. Links to the current, first and last pages are always displayed and are in addition to this value. |
sitemap.excludedKinds | ["taxonomy", "term"] | Kinds of content that should be excluded from the generated /sitemap.xml file. Refer to the Hugo docs for acceptable values. |
taxonomy.showTermCount | true | Whether or not the number of articles within a taxonomy term is displayed on the taxonomy listing. |
fathomAnalytics.site | Not set | The site code generated by Fathom Analytics for the website. Refer to the Analytics docs for more details. |
fathomAnalytics.domain | Not set | If using a custom domain with Fathom Analytics, provide it here to serve script.js from the custom domain. |
verification.google | Not set | The site verification string provided by Google to be included in the site metadata. |
verification.bing | Not set | The site verification string provided by Bing to be included in the site metadata. |
verification.pinterest | Not set | The site verification string provided by Pinterest to be included in the site metadata. |
verification.yandex | Not set | The site verification string provided by Yandex to be included in the site metadata. |