| | |
| | | These are all the parameters used by `hugo-coder` theme. |
| | | |
| | | | Name | Type | Required | Description | Default | Example | |
| | | | ----------------------------- | ------ | -------- | ------------------------------------------------ | -------------------------------- | ------------------------------------------------ | |
| | | | ----------------------- | ------ | -------- | ------------------------------------------------------------------------ | --------------------------------- | ------------------------------------------------- | |
| | | | author | string | Yes | Author name. | | `"John Doe"` | |
| | | | info | string | Yes | An headline, job title or similar. | | `"Full Stack Developer"` | |
| | | | description | string | Yes | Description of the site. | | `"John Doe's personal website"` | |
| | |
| | | | customRemoteJS | list | No | Add extra remote JS files to the website. | [] | `["https://www.example.com/file.js"]` | |
| | | | enableTwemoji | bool | No | Adds support for Twemoji | `false` | `true` or `false` | |
| | | | disableDefaultJsScripts | bool | No | If true, disables default js scripts (coder.js) | `false` | `true` or `false` | |
| | | | HeadTitle | string | No | When configured, it overrides the `<title>` tag with the provided string | "" | `"My custom title"` | |
| | | |
| | | |
| | | ### Social Icons Configuration |
| | | |