Files
www-deepwatersurvival-de/themes/adritian/exampleSite/content/experience/_index.md
T
2026-05-18 11:46:02 +02:00

1.6 KiB

title, button1_text, button1_url, button1_icon, button2_text, button2_url, button2_icon, button3_text, button3_url, button3_icon
title button1_text button1_url button1_icon button2_text button2_url button2_icon button3_text button3_url button3_icon
Experience See page source https://github.com/zetxek/adritian-demo/blob/main/content/experience/_index.md icon-square-github Button 2 https://linkedin.com/in/adrianmoreno icon-face-smile Button 3 https://linkedin.com/in/adrianmoreno icon-circle-arrow-up

This is where you can highlight a bit over your experience. Years of total experience, specialization, etc.

The content in this intro comes from the content/experience/_index.md file. These kind of content, the "index pages", are called "branch bundles". You can read more about sections and bundles in Hugo's docs.

The content for each experience item (that you can click on the left) is defined in the content/experience folder, with one content item per experience, as in job-1.md, job-2.md, etc.

The content (text and URL) for the buttons below (where you can add links) comes from two different files, depending on where you see this content:

  1. in the "experience" page (/experience): this is passed from the content file, in /content/experience/_index.md
  2. in the home page (or another page), using shortcodes.

In both cases, the arguments that can be passed (either via shortcode or front matter arguments) are:

  • button1:
    • button1_text
    • button1_ url
    • button1_icon
  • button2:
    • button2_text
    • button2_ url
    • button2_icon
  • button3:
    • button3_text
    • button3_ url
    • button3_icon