Add tooltip and create hugo shortcode

This commit is contained in:
Alex Selimov 2026-05-11 22:06:22 -04:00
parent 7b9b9bdcd3
commit 2c1f8b45b3
4 changed files with 64 additions and 11 deletions

View file

@ -1,3 +1,9 @@
baseURL = 'https://example.org/'
locale = 'en-us'
title = 'My New Hugo Project'
[params.heatmap]
color_empty = "#F5F5F5"
color_low = "#BDD7EE"
color_mid = "#2E86C1"
color_high = "#1A5276"