Hide first edition posts in Readme by default

This commit is contained in:
Philipp Oppermann
2020-12-27 15:27:11 +01:00
committed by GitHub
parent 3ef243f342
commit d9f3558b34

View File

@@ -68,6 +68,8 @@ The goal of this project is to provide step-by-step tutorials in individual blog
The current version of the blog is already the second edition. The first edition is outdated and no longer maintained, but might still be useful. The posts of the first edition are:
<details><summary><i>Click to expand</i></summary>
**Bare Bones:**
- [A Minimal x86 Kernel](https://os.phil-opp.com/multiboot-kernel.html)
@@ -110,6 +112,8 @@ The current version of the blog is already the second edition. The first edition
- [Returning from Exceptions](https://os.phil-opp.com/returning-from-exceptions.html)
([source code](https://github.com/phil-opp/blog_os/tree/returning_from_exceptions))
</details>
## License
This project, with exception of the `blog/content` folder, is licensed under either of