Hi there! Internet Explorer is no longer supported.
Please use a modern web browser such as Firefox, Chromium or Edge. Thank you!
Variables | Front MatterList of Front Matter variables used by Trigo Theme

Variables used with the Trigo theme
Site Variables under Params
| name | type | example | Description |
|---|
env | string | “production” | To set env to production |
title | string | “My Blog” | To set title |
description | string | “This is a blog of mine” | To set site description |
author | string |list | “Me” | [“Me”,“You”] | To show multiple Authors |
images | string | “myimage.webp” | Link or path of image for opengraph |
keywords | list | [blog, page] | Add keywords for Home page |
DateFormat | string | January 2, 2006 | The format of date strings in the website. Details |
languageAltTitle | string | English | Alternate title in Multilingual Mode |
showReadingTime | boolean | true | false | To show read time in post meta |
showShareButtons | boolean | true | false | To show/hide share buttons under post |
showCopyCodeButton | boolean | true | false | To show/hide Code Copy button |
defaultChroma | string | light | dark | auto | To set default theme |
showPagination | boolean | true | false | Show Previous and Next Posts below a Post |
analytics.google.SiteVerificationTag | string | XYZabc | Site Verification Tag for Google Analytics |
schema | - | - | Details |
label | - | - | Details |
assets | - | - | Details |
editPost | - | - | Details |
Site Variables
| name | type | example | Description |
|---|
copyright | string | **[example.site](https://example.site)** | This is HUGO’s site variable, which can also render markdown content |
label
| name | type | example | Description |
|---|
label.text | string | “Home” | To display different label text other than title |
label.icon | string | “/apple-touch-icon.webp” | To display a logo image in label |
label.iconHeight | integer | 35 | To set size of label logo image |
cover
| name | type | example | Description |
|---|
cover.linkFullImages | boolean | true | false | To open full size cover images on click on cover |
cover.responsiveImages | boolean | true | false | To enable/disable generation of responsive cover images |
schema
Page Variables
| Name | Type | Example | Description |
|---|
description | string | “description text” | Show Post Description under Title |
disableShare | boolean | true | false | To hide/show share icons under a page |
showReadingTime | boolean | true | false | To show read time in post meta |
showPagination | boolean | true | false | Show Previous and Next Posts below a Post |
author | string |list | “Me” | [“Me”,“You”] | To show multiple Authors |
cover.image | string | “featured.jpg” | To add a cover image |
cover.caption | string | “caption for image” | To add caption to cover image |
cover.alt | string | “this is cover image” | Alternate text to show if image doesn’t load/show up |
weight | integer | 5 | To set page order or to pin a post to Top of list |