Skip to main content

Meeting Minutes

The "meeting_minutes" shortcode is deprecated and will be removed in Hugo Solstice Theme v1.0.

You can add meeting minutes to a markdown file using the shortcode: {{< meeting_minutes >}}

To add meeting minutes, create a meeting_minutes.yml file in the data folder and add the code below:

items:
   type_1:
     -
       title: Type 1 - Hugo Solstice Theme Num-1
       url: https://gitlab.eclipse.org/eclipsefdn/it/webdev/hugo-solstice-theme

   type_2:
     -
       title: Type 2 - Hugo Solstice Theme Num-1
       url: https://gitlab.eclipse.org/eclipsefdn/it/webdev/hugo-solstice-theme

Examples:

Here is an example of the output of the meeting minutes shortcode.

Back to the top