Add remove color swap option
This commit is contained in:
parent
c18a36d24f
commit
0c7f7a6853
3 changed files with 38 additions and 9 deletions
18
hugo.toml
18
hugo.toml
|
|
@ -1,9 +1,13 @@
|
|||
baseURL = 'https://example.org/'
|
||||
locale = 'en-us'
|
||||
title = 'My New Hugo Project'
|
||||
baseURL = 'http://localhost:1313/'
|
||||
languageCode = 'en-us'
|
||||
title = 'Heatmap Example'
|
||||
|
||||
[params.heatmap]
|
||||
color_empty = "#F5F5F5"
|
||||
color_low = "#BDD7EE"
|
||||
color_mid = "#2E86C1"
|
||||
color_high = "#1A5276"
|
||||
color_empty_light = "#e8e4dc"
|
||||
color_empty_dark = "#2a2a2a"
|
||||
color_low = "#7a5010"
|
||||
color_mid = "#C47E1A"
|
||||
color_high = "#EF9F27"
|
||||
color_max = "#F7C46A"
|
||||
caption = "Git contributions over the last year"
|
||||
swap_colors = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue