intro Link to heading

  • It is a Hugo schortcode
  • It draw SVG path.
  • Required parameter is id that must be unique, width and height.
  • Current version has only one color according to colorscheme, but not responsive yet.

results Link to heading

code Link to heading

{{< svgpath
  id="s00"
  width="300"
  height="200"
  border="none" >}}
M 150 100
l 50 0
l 0 -50
l -100 0
l 0 100
l 100 0
m 0 -25
m -25 0
l -50 0
l 0 -50
l 50 0
{{< /svgpath >}}

refs Link to heading