M5 Master Capsearch Bridging Talent and Career

Team

  • Hikari Sophia Stölzle
  • Nikol Stefanova
  • Mohamed Amine Sallami
  • Reynaldo Domenico
  • Vu Minh Le

Supervision

  • Parul Soni
  • Timo Walter

Tech Stack

Hugo offers a couple of options to include diagrams right in the source code, see https://gohugo.io/content-management/diagrams/

Here’s a mermaid example: (note the hasMermaid = true parameter in the front matter!)

classDiagram
    Animal <|-- Duck
    Animal <|-- Fish
    Animal <|-- Zebra
    Animal : +int age
    Animal : +String gender
    Animal: +isMammal()
    Animal: +mate()
    class Duck{
      +String beakColor
      +swim()
      +quack()
    }
    class Fish{
      -int sizeInFeet
      -canEat()
    }
    class Zebra{
      +bool is_wild
      +run()
    }

Future

& A M S i o i q f b B x u j o e a ( - x d r a > e f R > c o C n u o b ( n r ) ) d n e e J d r o s i n N o R D t o i u a a n g d d l o i t n e D i a g o n a l s C V u e r r v t e i d c a l n o t A N C : o u l d r r i A a / I v n s i n e e h s t d - e - t r l B i h i i s i o n ' s r e q n . u * o o b t t o e l a s d ' * l i n e D o n S e e ? a r c 3 h

Goat Diagrams are also supported :)