Closed regular closed 9 years ago
while the track colors (yellow, black, blue) can actually be derived from the TOC, what we really need in .bpmrc is a mapping between track color and track name to display:
Something like this:
(Suggestions for better names are welcome)
Format could be JSON
$ cat ~/.bpmrc github_username=regular track_titles={blue: "Collaboration", yellow:"Science & History" ... }
new format of .bpmrc is
github_user=regular github_organisation=shecodes-content tracks="yellow:Science & History::black:Engineering::blue:Collaboration"
while the track colors (yellow, black, blue) can actually be derived from the TOC, what we really need in .bpmrc is a mapping between track color and track name to display:
Something like this:
(Suggestions for better names are welcome)
Format could be JSON