mirror of
https://github.com/prdlk/glance.git
synced 2026-08-02 17:31:40 +00:00
20 lines
858 B
YAML
20 lines
858 B
YAML
# GitHub contribution graph (served by the glance-github-graph compose service).
|
|
# ponytail: must use the service name, not localhost, from inside the container.
|
|
- type: extension
|
|
title: Active Projects
|
|
url: http://glance-github-graph:8080/graph/prdlk
|
|
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
|