# Welcome to Rein's Homepage

<!-- ## Project
```{toctree}
:hidden:
:caption: Project
:maxdepth: 2

``` -->

## Study Note

1. [如何使用 GitHub Pages 以及 Sphinx 套件建立個人網頁](./StudyNote/Homepage/index.md)
2. [(C/C++) 如何在Linux上編譯與使用 static /shared library](./StudyNote/LinkLoadDemo/index.md)
3. [Jansson (a C library for JSON data) 使用教學](./StudyNote/Jansson/index.md)
4. [Ubuntu 工具安裝](./StudyNote/UbuntuSetup/index.md)
5. [Git 學習筆記](./StudyNote/LearningGit/index.md)
6. [Yocto 學習筆記](./StudyNote/Yocto/index.md)
7. [Docker Tutorial](./StudyNote/Docker/index.md)
8. [專業術語筆記](./StudyNote/Terminology/index.md)
9. [品牌廠商整理](./StudyNote/Brand/index.md)
10. [Effective Modern C++ 筆記](./StudyNote/EffectiveModernCpp/index.md)

```{toctree}
:hidden:
:caption: Study Note
:maxdepth: 3

StudyNote/Homepage/index
StudyNote/LinkLoadDemo/index
StudyNote/Jansson/index
StudyNote/UbuntuSetup/index
StudyNote/LearningGit/index
StudyNote/Yocto/index
StudyNote/Docker/index
StudyNote/Terminology/index
StudyNote/Brand/index
StudyNote/EffectiveModernCpp/index
```

## Course

<!-- 1. [Linux 核心設計/實作(Linux Kernel Internals)](./Course/LinuxKernelInternals/index.md)
2. [交通大學2024春季作業系統統整與實作 (Operating System Capstone, Spring 2024)](./Course/OperatingSystemCapstone/index.md)

```{toctree}
:hidden:
:caption: Course
:maxdepth: 3

Course/LinuxKernelInternals/index
Course/OperatingSystemCapstone/index
``` -->
