chore(config): add initial config files and docker compose setup

This commit is contained in:
Prad Nukala
2026-05-28 10:22:05 -04:00
parent a2b3b56d2b
commit cefe6ffabd
25 changed files with 1791 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
- type: extension
url: http://localhost:8181/graph/prnk28
allow-potentially-dangerous-html: true
parameters:
background-color: "#1d2025" # cell background
primary-color: "#f3afaf" # cell foreground
svg-height: 150 # height for graph svg
show-months: true # show months on the graph
show-weekdays: true # show weekdays on the graph
font-size: 9 # size of weekdays & months text on graph
# if true, it will transition the hue from background
# to primary color per the number of commits.
# otherwise it will just use the background hue for
# 0 commits and the foreground hue for all others
transition-hue: false