styles icon indicating copy to clipboard operation
styles copied to clipboard

Styles for The Carpentries lessons. No README to avoid merge conflicts with lessons. Demo 👇

Results 89 styles issues
Sort by recently updated
recently updated
newest added

Salutation! While working on the deep-learning-intro we noticed that we needed to check whether the code we have in our lesson actually works. For this I made a small utility...

When I run `make lesson-check` there is no output- it just finishes running and presents a command prompt. I can only guess there are no errors in the lesson. To...

0. ~Use proper `bundle config set --local path ...` syntax instead of (incorrect) `bundle config --local set path ...`~ (implemented in #559). 1. ~Decide whether to use `bundle` or `jekyll`...

Our cache system is in the workflows is not working and that's because I did not have a good model of how the caching worked previously. Take the following code:...

Added OpenGraph meta tags, and a logo image to populate them. Included a Twitter card to display in summary format. The description is taken from the first available of: *...

This commit adds a `.gitlab-ci.yml` file that allows building the lesson on GitLab and deploying to GitLab Pages. GitLab is an alternative to GitHub that supports "on-premise" installation, making it...

It would be helpful to have a collapsible dropdown section for optional items to be included at instructor discretion. The styling for {: .solution} can be used as a starting...

type:template and tools

Trying to solve a problem of my own making. When using katex locally or on gh-pages, the math seems to render fine, but locally jekyll complains that ``` [2021-05-03 16:41:59]...

According to https://www.markdownguide.org/basic-syntax/#formatting-the-first-part-of-the-link the whitespace between the first and second set of brackets for internally-defined is not a requirement. The regex patterns to check for internally-defined Markdown links in [here](https://github.com/carpentries/styles/blob/gh-pages/bin/lesson_check.py#L50)...

because we use the `styles` repository for things that are not always lessons (e.g. the workshop template), we need to adjust when `make lesson-check-all` gets invoked. For workshop-based repositories, we'd...