Skip to content

Add dark mode support to website #38

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Feb 28, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add languages to code blocks
  • Loading branch information
LouisDISPA committed Feb 16, 2025
commit f55d745bf78a148cfaf39e4d214ecf55b9a47d60
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ It is available on:
https://uutils.github.io/coreutils/docs/

Can be generated with:
```
```bash
cargo run --bin uudoc --all-features
cd docs
mdbook build
Expand All @@ -20,7 +20,7 @@ It is available on:
https://uutils.github.io/dev/coreutils/

Can be generated with:
```
```bash
cargo doc --no-deps --all-features --workspace
```

Expand Down
12 changes: 6 additions & 6 deletions content/gsoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ However, a bunch of work remains on the color side for a full GNU compat. Other
We have 12 remaining failing tests.

To get the list of failing tests, run:
```
$ ./util/remaining-gnu-error.py |grep "/ls/"
```bash
$ ./util/remaining-gnu-error.py | grep "/ls/"
```

- Difficulty: Medium
Expand All @@ -82,8 +82,8 @@ Most of the features in `cp` have been implemented by now.
However, some corner cases needs to be implemented. We have 16 remaining failing tests.

To get the list of failing tests, run:
```
$ ./util/remaining-gnu-error.py |grep "/cp/"
```bash
$ ./util/remaining-gnu-error.py | grep "/cp/"
```

- Difficulty: Medium
Expand All @@ -99,8 +99,8 @@ Most of the features in `mv` have been implemented by now.
However, some corner cases needs to be implemented. We have 10 remaining failing tests.

To get the list of failing tests, run:
```
$ ./util/remaining-gnu-error.py |grep "/mv/"
```bash
$ ./util/remaining-gnu-error.py | grep "/mv/"
```

- Difficulty: Medium
Expand Down