Skip to content

Commit

Permalink
Site updated: 2024-05-23 18:28:02
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinferiority committed May 23, 2024
1 parent e8f75e2 commit 824e35b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion categories/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ <h2 class="title">Categories</h2>
<div class="divider"></div>
<div class="categories">

<a href="/categories/essays/" class="category">essays</a><a href="/categories/ML-Code/" class="category">ML_Code</a><a href="/categories/ML思考/" class="category">ML思考</a><a href="/categories/Tools/" class="category">Tools</a><a href="/categories/DL/" class="category">DL</a>
<a href="/categories/ML-Code/" class="category">ML_Code</a><a href="/categories/ML思考/" class="category">ML思考</a><a href="/categories/essays/" class="category">essays</a><a href="/categories/Tools/" class="category">Tools</a><a href="/categories/DL/" class="category">DL</a>
</div>
</div>

Expand Down
8 changes: 6 additions & 2 deletions css/main.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
* {
transition: color 0.2s, background-color 0.2s;
}

@font-face {
font-family: 'AaManYuShouXieTi';
src: url('./AaManYuShouXieTi(JianFan)-2.ttf') format('truetype');
/* 您可以添加其他格式的字体文件,如 woff、woff2 等 */
}
body {
margin: 0;
margin-top: 56px;
color: var(--black-2);
background-color: var(--body-bg);
font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-family: 'AaManYuShouXieTi',"SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a:link {
Expand Down
1 change: 1 addition & 0 deletions css/post.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

body {
background-color: var(--body-bg);
font-family: 'AaManYuShouXieTi'

}

Expand Down
2 changes: 1 addition & 1 deletion search.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"title":"A-novel-deep-framework-for-dynamic-malware-detection-based-on-API-sequence-intrinsic-features","url":"/2023/11/05/A-novel-deep-framework-for-dynamic-malware-detection-based-on-API-sequence-intrinsic-features/","content":"","categories":["essays"],"tags":["Malware detection"]},{"title":"SVM (使用Sklearn实现)","url":"/2023/11/06/SVM-%EF%BC%88%E4%BD%BF%E7%94%A8Sklearn%E5%AE%9E%E7%8E%B0%EF%BC%89/","content":"","categories":["ML_Code"],"tags":["SVM_Sklearn"]},{"title":"看完SVM的一些问题","url":"/2023/11/06/SVM/","content":"","categories":["ML思考"],"tags":["SVM"]},{"title":"Word2Vec","url":"/2023/11/21/Word2Vec/","content":"","categories":["Tools"],"tags":["NLP"]},{"title":"Hello World","url":"/2021/02/03/hello-world/","content":""},{"title":"hexo修改侧边栏文字","url":"/2021/02/03/hexo%E4%BF%AE%E6%94%B9%E4%BE%A7%E8%BE%B9%E6%A0%8F%E6%96%87%E5%AD%97/","content":"","categories":["Tools"]},{"title":"使用SVM进行垃圾短信分类","url":"/2023/11/07/%E4%BD%BF%E7%94%A8SVM%E8%BF%9B%E8%A1%8C%E5%9E%83%E5%9C%BE%E7%9F%AD%E4%BF%A1%E5%88%86%E7%B1%BB/","content":"","categories":["ML_Code"],"tags":["SVM"]},{"title":"关于使用SVM进行垃圾短信分类的回顾","url":"/2023/11/07/%E5%85%B3%E4%BA%8E%E4%BD%BF%E7%94%A8SVM%E8%BF%9B%E8%A1%8C%E5%9E%83%E5%9C%BE%E7%9F%AD%E4%BF%A1%E5%88%86%E7%B1%BB%E7%9A%84%E5%9B%9E%E9%A1%BE/","content":"","categories":["ML思考"],"tags":["SVM"]},{"title":"【Hexo】使用hexo+github搭建个人博客","url":"/2021/02/02/%E6%88%91%E7%9A%84%E7%AC%AC%E4%B8%80%E7%AF%87%E5%8D%9A%E6%96%87/","content":"","tags":["Tools"]},{"title":"深度学习框架","url":"/2023/11/07/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0%E6%A1%86%E6%9E%B6/","content":"","categories":["DL"],"tags":["框架"]},{"title":"新的开始","url":"/2024/05/23/%E6%96%B0%E7%9A%84%E5%BC%80%E5%A7%8B/","content":""}]
[{"title":"SVM (使用Sklearn实现)","url":"/2023/11/06/SVM-%EF%BC%88%E4%BD%BF%E7%94%A8Sklearn%E5%AE%9E%E7%8E%B0%EF%BC%89/","content":"","categories":["ML_Code"],"tags":["SVM_Sklearn"]},{"title":"看完SVM的一些问题","url":"/2023/11/06/SVM/","content":"","categories":["ML思考"],"tags":["SVM"]},{"title":"使用SVM进行垃圾短信分类","url":"/2023/11/07/%E4%BD%BF%E7%94%A8SVM%E8%BF%9B%E8%A1%8C%E5%9E%83%E5%9C%BE%E7%9F%AD%E4%BF%A1%E5%88%86%E7%B1%BB/","content":"","categories":["ML_Code"],"tags":["SVM"]},{"title":"A-novel-deep-framework-for-dynamic-malware-detection-based-on-API-sequence-intrinsic-features","url":"/2023/11/05/A-novel-deep-framework-for-dynamic-malware-detection-based-on-API-sequence-intrinsic-features/","content":"","categories":["essays"],"tags":["Malware detection"]},{"title":"关于使用SVM进行垃圾短信分类的回顾","url":"/2023/11/07/%E5%85%B3%E4%BA%8E%E4%BD%BF%E7%94%A8SVM%E8%BF%9B%E8%A1%8C%E5%9E%83%E5%9C%BE%E7%9F%AD%E4%BF%A1%E5%88%86%E7%B1%BB%E7%9A%84%E5%9B%9E%E9%A1%BE/","content":"","categories":["ML思考"],"tags":["SVM"]},{"title":"新的开始","url":"/2024/05/23/%E6%96%B0%E7%9A%84%E5%BC%80%E5%A7%8B/","content":""},{"title":"Word2Vec","url":"/2023/11/21/Word2Vec/","content":"","categories":["Tools"],"tags":["NLP"]},{"title":"Hello World","url":"/2021/02/03/hello-world/","content":""},{"title":"深度学习框架","url":"/2023/11/07/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0%E6%A1%86%E6%9E%B6/","content":"","categories":["DL"],"tags":["框架"]},{"title":"hexo修改侧边栏文字","url":"/2021/02/03/hexo%E4%BF%AE%E6%94%B9%E4%BE%A7%E8%BE%B9%E6%A0%8F%E6%96%87%E5%AD%97/","content":"","categories":["Tools"]},{"title":"【Hexo】使用hexo+github搭建个人博客","url":"/2021/02/02/%E6%88%91%E7%9A%84%E7%AC%AC%E4%B8%80%E7%AF%87%E5%8D%9A%E6%96%87/","content":"","tags":["Tools"]}]
2 changes: 1 addition & 1 deletion tags/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ <h2 class="title">Tags</h2>
<div class="divider"></div>
<div class="tags">

<a href="/tags/Malware-detection/" class="tag">#Malware detection</a><a href="/tags/SVM-Sklearn/" class="tag">#SVM_Sklearn</a><a href="/tags/SVM/" class="tag">#SVM</a><a href="/tags/NLP/" class="tag">#NLP</a><a href="/tags/Tools/" class="tag">#Tools</a><a href="/tags/框架/" class="tag">#框架</a>
<a href="/tags/SVM-Sklearn/" class="tag">#SVM_Sklearn</a><a href="/tags/SVM/" class="tag">#SVM</a><a href="/tags/Malware-detection/" class="tag">#Malware detection</a><a href="/tags/NLP/" class="tag">#NLP</a><a href="/tags/框架/" class="tag">#框架</a><a href="/tags/Tools/" class="tag">#Tools</a>
</div>
</div>

Expand Down

0 comments on commit 824e35b

Please sign in to comment.