Skip to content

Commit

Permalink
remove https URL in md ref form. using text format
Browse files Browse the repository at this point in the history
  • Loading branch information
hxf0223 committed May 11, 2024
1 parent c334a64 commit 6b22349
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
83 changes: 83 additions & 0 deletions _data/zh-CN.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
# The layout text of site

# ----- Commons label -----

layout:
post: 文章
category: 分类
tag: 标签

# The tabs of sidebar
tabs:
# format: <filename_without_extension>: <value>
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: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
df:
post:
strftime: "%Y/%m/%d"
dayjs: "YYYY/MM/DD"

# categories page
categories:
category_measure: 个分类
post_measure: 篇文章
7 changes: 6 additions & 1 deletion _posts/2023-05-24-OCCT-sample-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
7 changes: 6 additions & 1 deletion _posts/2023-05-24-Ubuntu-install-OCCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

## 引用资料

Expand Down

0 comments on commit 6b22349

Please sign in to comment.