The site configuration is located in config/_default/config.toml by default.
| Name | Type | Default | Description | 
|---|---|---|---|
title | String | - | Site title. | 
baseURL | String | - | Site base URL. | 
copyright | String | - | Site copyright. The {year} placeholder will be replaced with the current year. | 
defaultContentLanguage | String | en | Default site’s language. | 
defaultContentLanguageInSubdir | Boolean | false | |
paginate | Integer | 10 | |
paginatePath | String | page | |
enableRobotsTXT | Boolean | true | |
disqusShortname | String | - | Disqus shortname. | 
services | Object | - | |
services.googleAnalytics | Object | - | Google Analytics, supports GA4 only. | 
services.googleAnalytics.ID | String | - | Measurement ID. | 
author | Object | - | Author Widget. | 
See also All Configuration Settings.

Comments