From 6b22349301d4ce081d4d59621a6512a461216ace Mon Sep 17 00:00:00 2001 From: hxf0223 Date: Sat, 11 May 2024 15:33:33 +0800 Subject: [PATCH] remove https URL in md ref form. using text format --- _config.yml | 2 +- _data/zh-CN.yml | 83 +++++++++++++++++++++++ _posts/2023-05-24-OCCT-sample-projects.md | 7 +- _posts/2023-05-24-Ubuntu-install-OCCT.md | 7 +- 4 files changed, 96 insertions(+), 3 deletions(-) create mode 100644 _data/zh-CN.yml diff --git a/_config.yml b/_config.yml index c706038..adc9e44 100644 --- a/_config.yml +++ b/_config.yml @@ -6,7 +6,7 @@ theme: jekyll-theme-chirpy # The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm # If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed, # otherwise, the layout language will use the default value of 'en'. -lang: en +lang: zh-CN # Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker timezone: Asia/Shanghai diff --git a/_data/zh-CN.yml b/_data/zh-CN.yml new file mode 100644 index 0000000..478b14a --- /dev/null +++ b/_data/zh-CN.yml @@ -0,0 +1,83 @@ +# The layout text of site + +# ----- Commons label ----- + +layout: + post: 文章 + category: 分类 + tag: 标签 + +# The tabs of sidebar +tabs: + # format: : + home: 首页 + categories: 分类 + tags: 标签 + archives: 归档 + about: 关于 + +# the text displayed in the search bar & search results +search: + hint: 搜索 + cancel: 取消 + no_results: 搜索结果为空 + +panel: + lastmod: 最近更新 + trending_tags: 热门标签 + toc: 文章内容 + +copyright: + # Shown at the bottom of the post + license: + template: 本文由作者按照 :LICENSE_NAME 进行授权 + name: CC BY 4.0 + link: https://creativecommons.org/licenses/by/4.0/ + + # Displayed in the footer + brief: 保留部分权利。 + verbose: >- + 除非另有说明,本网站上的博客文章均由作者按照知识共享署名 4.0 国际 (CC BY 4.0) 许可协议进行授权。 + +meta: 本站采用 :PLATFORM 主题 :THEME + +not_found: + statment: 抱歉,我们放错了该 URL,或者它指向了不存在的内容。 + +notification: + update_found: 发现新版本的内容。 + update: 更新 + +# ----- Posts related labels ----- + +post: + written_by: 作者 + posted: 发表于 + updated: 更新于 + words: 字 + pageview_measure: 次浏览 + read_time: + unit: 分钟 + prompt: 阅读 + relate_posts: 相关文章 + share: 分享 + button: + next: 下一篇 + previous: 上一篇 + copy_code: + succeed: 已复制! + share_link: + title: 分享链接 + succeed: 链接已复制! + +# Date time format. +# See: , +df: + post: + strftime: "%Y/%m/%d" + dayjs: "YYYY/MM/DD" + +# categories page +categories: + category_measure: 个分类 + post_measure: 篇文章 \ No newline at end of file diff --git a/_posts/2023-05-24-OCCT-sample-projects.md b/_posts/2023-05-24-OCCT-sample-projects.md index 5b689a2..11a64bd 100644 --- a/_posts/2023-05-24-OCCT-sample-projects.md +++ b/_posts/2023-05-24-OCCT-sample-projects.md @@ -30,7 +30,12 @@ sudo apt install mesa-utils ### Boolean -* [Open Cascade中的布尔操作](http://cppblog.com/eryar/archive/2013/01/17/197357.html) +一些`http`链接: + +```txt +Open Cascade中的布尔操作 http://cppblog.com/eryar/archive/2013/01/17/197357.html +``` + * [OpenCASCADE 布尔运算简介](https://www.cnblogs.com/opencascade/p/OCCT_BO_Intro.html) * [OpenCasCade拓扑几何的布尔运算](https://blog.csdn.net/qq_22642239/article/details/97271457) * [Boolean Operations](https://dev.opencascade.org/doc/overview/html/occt_user_guides__modeling_algos.html#occt_modalg_5) diff --git a/_posts/2023-05-24-Ubuntu-install-OCCT.md b/_posts/2023-05-24-Ubuntu-install-OCCT.md index 815ac9d..e4c08f0 100644 --- a/_posts/2023-05-24-Ubuntu-install-OCCT.md +++ b/_posts/2023-05-24-Ubuntu-install-OCCT.md @@ -112,7 +112,12 @@ sudo apt-get install qtcreator * [OpenCascade基本框架介绍-昨夜星辰 (hustlei.github.io)](https://hustlei.github.io/2014/10/opencascade-introduction-and-compile.html) * [OpenCASCADE入门指南 - opencascade - 博客园 (cnblogs.com)](https://www.cnblogs.com/opencascade/p/OpenCASCADE_StartGuide.html) -* [2.OpenCASCADE - eryar - C++博客 (cppblog.com)](http://cppblog.com/eryar/category/17808.html?Show=All) + +`http` 链接: + +```txt +2.OpenCASCADE - eryar - C++博客 (cppblog.com) http://cppblog.com/eryar/category/17808.html?Show=All +``` ## 引用资料