diff --git a/_posts/2024-05-11-how-to-create-blog-using-github-pages-and-Chirpy-theme.md b/_posts/2024-05-11-how-to-create-blog-using-github-pages-and-Chirpy-theme.md index e00244e..3ba3ed1 100644 --- a/_posts/2024-05-11-how-to-create-blog-using-github-pages-and-Chirpy-theme.md +++ b/_posts/2024-05-11-how-to-create-blog-using-github-pages-and-Chirpy-theme.md @@ -10,4 +10,6 @@ mermaid: true # pin: true --- -- [使用Chirpy Theme在GitHub Pages部署Jekyll](https://zhang-nianqiang.github.io/posts/Deploy-Jekyll-on-GitHub-Pages-using-Chirpy-Theme/) \ No newline at end of file +- [使用Chirpy Theme在GitHub Pages部署Jekyll](https://zhang-nianqiang.github.io/posts/Deploy-Jekyll-on-GitHub-Pages-using-Chirpy-Theme/) +- [使用Jekyll + Github Pages搭建静态网站](https://whuwangyong.github.io/2022-03-29-jekyll/) +- [Text and Typography](https://chirpy.cotes.page/posts/text-and-typography/) \ No newline at end of file diff --git a/_posts/2024-06-21-gperf-tools.md b/_posts/2024-06-21-gperf-tools.md index 258c5df..31c392b 100644 --- a/_posts/2024-06-21-gperf-tools.md +++ b/_posts/2024-06-21-gperf-tools.md @@ -21,7 +21,7 @@ make && make install ## 2. 将 gperftools 链接进待测试程序 -如何在`CMake`中查找`gperftools`的路径,参考笔记 [CMake 编写FindPackage 模块](_site/posts/2024-06-21-cmake-find_package.md),添加自定义CMake Find Package模块,并在`CMakeLists.txt`中添加`find_package(gperftools)`,即可找到`gperftools`的路径。 +如何在`CMake`中查找`gperftools`的路径,参考笔记 `CMake 编写FindPackage 模块`: `posts/2024-06-21-cmake-find_package.md`,添加自定义CMake Find Package模块,并在`CMakeLists.txt`中添加`find_package(gperftools)`,即可找到`gperftools`的路径。 编译脚本添加如下: