You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/this-month/2021-10/index.md
+12-5Lines changed: 12 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -90,10 +90,7 @@ _No tasks were proposed for this section._
90
90
91
91
</span>
92
92
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.
97
94
98
95
## Personal Projects
99
96
@@ -103,7 +100,17 @@ In this section, we describe updates to personal projects that are not directly
103
100
104
101
<spanclass="gray">(Section written by [@phil-opp](https://github.com/phil-opp))</span>
105
102
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)
0 commit comments