Hugo Pages

A collection of advanced features supported by this hugo instance

Here comes a small abstract

Learning Objectives

  • here comes a list of learning objectives

Topics covered

Documentation GUI components

Warning

This is a warning notice. Be warned!

Tip

This is a very good tip.

Note

This is a very good tip.

Info

This is a very good tip.

      gregor@gitbash: ~/ (gitbash)
  • $ cms
  • +-------------------------------------------------------+
  • |   ____ _                 _                     _      |
  • |  / ___| | ___  _   _  __| |_ __ ___   ___  ___| |__   |
  • | | |   | |/ _ \| | | |/ _` | '_ ` _ \ / _ \/ __| '_ \  |
  • | | |___| | (_) | |_| | (_| | | | | | |  __/\__ \ | | | |
  • |  \____|_|\___/ \__,_|\__,_|_| |_| |_|\___||___/_| |_| |
  • +-------------------------------------------------------+
  • |                  Cloudmesh CMD5 Shell                 |
  • +-------------------------------------------------------+
  • $ _
gregor@macOS: ~/ (zsh)
  • $ cms
  • +-------------------------------------------------------+
  • |   ____ _                 _                     _      |
  • |  / ___| | ___  _   _  __| |_ __ ___   ___  ___| |__   |
  • | | |   | |/ _ \| | | |/ _` | '_ ` _ \ / _ \/ __| '_ \  |
  • | | |___| | (_) | |_| | (_| | | | | | |  __/\__ \ | | | |
  • |  \____|_|\___/ \__,_|\__,_|_| |_| |_|\___||___/_| |_| |
  • +-------------------------------------------------------+
  • |                  Cloudmesh CMD5 Shell                 |
  • +-------------------------------------------------------+
  • $ _
gregor@ubuntu: ~/ (bash)
  • $ cms
  • +-------------------------------------------------------+
  • |   ____ _                 _                     _      |
  • |  / ___| | ___  _   _  __| |_ __ ___   ___  ___| |__   |
  • | | |   | |/ _ \| | | |/ _` | '_ ` _ \ / _ \/ __| '_ \  |
  • | | |___| | (_) | |_| | (_| | | | | | |  __/\__ \ | | | |
  • |  \____|_|\___/ \__,_|\__,_|_| |_| |_|\___||___/_| |_| |
  • +-------------------------------------------------------+
  • |                  Cloudmesh CMD5 Shell                 |
  • +-------------------------------------------------------+
  • $ _

1. Introduction

Sections should be umbered

3. Tabs

Table

FirstnameLastname
Gregorvon Laszewski

Expand


Week 1: Introduction

Week 2: First Topic

Mermaid

Pie Chart

pie showData title Performance Fractions "Data" : 5 "FFT" : 30 "Tensorflow" : 50 "Other" : 15

Gantt Chart

gantt dateFormat YYYY-MM-DD title Adding GANTT diagram to mermaid excludes weekdays 2014-01-10 section A section Completed task :done, des1, 2014-01-06,2014-01-08 Active task :active, des2, 2014-01-09, 3d Future task : des3, after des2, 5d Future task2 : des4, after des3, 5d

Sequence Diagram

sequenceDiagram participant Alice participant Bob Alice->>John: Hello John, how are you? loop Healthcheck John->John: Fight against hypochondria end Note right of John: Rational thoughts
prevail... John-->Alice: Great! John->Bob: How about you? Bob-->John: Jolly good!

Flow Chart

graph LR; A[Hard edge] -->|Link text| B(Round edge) B --> C{Decision} C -->|One| D[Result one] C -->|Two| E[Result two]

Fontawsome

Swagger

PlantUML

participant participant as Foo
actor       actor       as Foo1
boundary    boundary    as Foo2
control     control     as Foo3
entity      entity      as Foo4
database    database    as Foo5
collections collections as Foo6
queue       queue       as Foo7
Foo -> Foo1 : To actor
Foo -> Foo2 : To boundary
Foo -> Foo3 : To control
Foo -> Foo4 : To entity
Foo -> Foo5 : To database
Foo -> Foo6 : To collections
Foo -> Foo7: To queue