Kroki for Hexo plugin released
2020-09-25 / modified at 2022-06-04 / 81 words / 1 mins
️This article has been over 1 years since the last update.

Kroki provides a unified and free API for drawing diagrams. I just released a new plugin for Hexo to draw diagrams with Kroki.

Features

  • Generate raw/base64/urlencoded svg at compile time, no external css and js required.
  • Support free kroki.io service and self-managed service.

View detail at miao1007@hexo-filter-kroki

Server-side docker commands

1
2
# https://hub.docker.com/r/yuzutech/kroki/tags
docker run -p8000:8000 --name kroki --restart=unless-stopped -d yuzutech/kroki:0.15.1