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 this year. |
defaultContentLanguage | String | en | |
defaultContentLanguageInSubdir | Boolean | false | |
paginate | Integer | 10 | |
paginatePath | String | page | |
enableRobotsTXT | Boolean | true | |
disqusShortname | String | - | Disqus shortname. |
googleAnalytics | String | - | Google Analytics, both of universal analytics and GA4 are supported. |
social | Object | - | Social Links. |
author | Object | - | Author Widget. |
See also All Configuration Settings.
Comments