13 lines
366 B
TOML
13 lines
366 B
TOML
baseURL = 'http://localhost:1313/'
|
|
languageCode = 'en-us'
|
|
title = 'Heatmap Example'
|
|
|
|
[params.heatmap]
|
|
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
|