Skip to content

Commit ec01bd8

Browse files
committed
Add updates for phil-opp/blog_os
1 parent b977dd2 commit ec01bd8

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

content/this-month/2021-10/index.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,7 @@ _No tasks were proposed for this section._
9090

9191
</span>
9292

93-
If you maintain a Rust OSDev project and are looking for contributors, especially for tasks suited to people
94-
getting started in this space, please [create a PR](https://github.com/rust-osdev/homepage/pulls) against the
95-
`next` branch with the tasks you want to include in the next issue.
96-
93+
If you maintain a Rust project related to operating system development and are looking for contributors, especially for tasks suited to people getting started in this space, please [create a PR](https://github.com/rust-osdev/homepage/pulls) against the `next` branch with the tasks you want to include in the next issue.
9794

9895
## Personal Projects
9996

@@ -103,7 +100,17 @@ In this section, we describe updates to personal projects that are not directly
103100

104101
<span class="gray">(Section written by [@phil-opp](https://github.com/phil-opp))</span>
105102

106-
This month, ...
103+
We merged the following changes to the [_Writing an OS in Rust_](https://os.phil-opp.com/) blog this month:
104+
105+
- [Add French translation for the first post](https://github.com/phil-opp/blog_os/pull/1053)
106+
- Thanks to [@Alekzus](https://github.com/Alekzus) for this contribution, and [@dallenng](https://github.com/dallenng) and [@CBenoit](https://github.com/CBenoit) for reviewing!
107+
- Published at <https://os.phil-opp.com/fr/>.
108+
- [Improve our integration of the giscus comment system](https://github.com/phil-opp/blog_os/pull/1054)
109+
- [Use Iosevka font for code blocks and inline code](https://github.com/phil-opp/blog_os/pull/1056)
110+
- [Initial Dark Mode Support](https://github.com/phil-opp/blog_os/pull/1057) 🌑
111+
- [Implement a switch for switching between light and dark mode](https://github.com/phil-opp/blog_os/pull/1058)
112+
- [Remember chosen theme in `localStorage`, add a switch for going back to system theme, improve layout](https://github.com/phil-opp/blog_os/pull/1059)
113+
- [Use `crate-ci/typos` action to check for typos](https://github.com/phil-opp/blog_os/pull/1060)
107114

108115
## Join Us?
109116

0 commit comments

Comments
 (0)