chore(): a bit more history addedand plantuml enabled for nice architecture drawings :-)
This commit is contained in:
parent
6b0e1266b1
commit
685cf2e5d1
3 changed files with 51 additions and 2 deletions
15
hugo.toml
15
hugo.toml
|
|
@ -161,4 +161,17 @@ enable = false
|
|||
version = "10.9.0"
|
||||
|
||||
[params.markmap]
|
||||
enable = true
|
||||
enable = true
|
||||
|
||||
[params.plantuml]
|
||||
enable = true
|
||||
theme = "default"
|
||||
|
||||
# Set url to plantuml server
|
||||
# default is http://www.plantuml.com/plantuml/svg/
|
||||
svg_image_url = "https://www.plantuml.com/plantuml/svg/"
|
||||
|
||||
# By default the plantuml implementation uses <img /> tags to display UML diagrams.
|
||||
# When svg is set to true, diagrams are displayed using <svg /> tags, maintaining functionality like links e.g.
|
||||
# default = false
|
||||
svg = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue