lesson-example
                                
                                 lesson-example copied to clipboard
                                
                                    lesson-example copied to clipboard
                            
                            
                            
                        Library Carpentry update
https://librarycarpentry.org/lessons/ says that new LC lessons are built from clones of this repo. However, http://carpentries.github.io/lesson-example/ does not mention LC. Furthermore, not clear e.g. how to change the logo from the Carpentries to the Library Carpentry one (and maybe other adjustments). Finally, the description of LC at https://carpentries.github.io/lesson-example/about/index.html also needs an update.
Arises from https://github.com/LibraryCarpentry/lc-second-website/issues/26. CC @libcce.
That info seems to be hidden in the config files: https://github.com/carpentries/lesson-example/search?q=lc&unscoped_q=lc.
This maybe a good time to generalise all places that mentioned what needs to be changed for a "Data Carpentry" to refer to a single list of Carpentries types.
Lessons have to be clones of carpentries/styles repo, not this one. This one is just an example of a lesson.
Follow the instructions from here: https://carpentries.github.io/lesson-example/setup.html
Before executing make serve there, edit _config.yml file and change carpentry to lc -- this will change the logo. This is also where you set lesson title, lesson state (alpha, beta, stable), and email.
Updates have been made to the carpentries/styles repo per @maxim-belkin. Thanks!