Add tooltip and create hugo shortcode
This commit is contained in:
parent
7b9b9bdcd3
commit
2c1f8b45b3
4 changed files with 64 additions and 11 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue