Skip to content

Commit

Permalink
Site updated: 2024-05-23 15:12:09
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinferiority committed May 23, 2024
1 parent 7ead870 commit da57240
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 79 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思考/" class="category">ML思考</a><a href="/categories/Tools/" class="category">Tools</a><a href="/categories/ML-Code/" class="category">ML_Code</a><a href="/categories/essays/" class="category">essays</a><a href="/categories/DL/" class="category">DL</a>
</div>
</div>

Expand Down
88 changes: 12 additions & 76 deletions css/post.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/* 引入字体文件 */
@font-face {
font-family: 'AaManYuShouXieTi'; /* 字体名称 */
src: url('https://github.com/Kinferiority/Kinferiority.github.io/raw/main/字体/AaManYuShouXieTi(JianFan)-2.ttf') format('truetype'); /* 字体文件路径 */
}

/* 将字体应用到文章内容 */
body, .content {
font-family: 'AaManYuShouXieTi', sans-serif; /* 应用字体 */
}

/* 其他样式 */
body {
background-color: var(--body-bg);
}
Expand Down Expand Up @@ -276,79 +288,3 @@ body[data-color-scheme="dark"] .tags .icon {
.content h6:hover > .headerlink {
opacity: 1;
text-decoration: none;
}

.content h1 > .headerlink::before,
.content h2 > .headerlink::before,
.content h3 > .headerlink::before,
.content h4 > .headerlink::before,
.content h5 > .headerlink::before,
.content h6 > .headerlink::before {
content: "#";
}

.content > h1 {
font-size: 36px;
}

.content > h2 {
font-size: 30px;
}

.content > h3 {
font-size: 26px;
}

.content > h4 {
font-size: 20px;
}

.content > h5 {
font-size: 16px;
}

.content > h6 {
font-size: 14px;
}

.post-prev-next {
display: flex;
justify-content: space-between;
}

.post-prev-next > a {
width: 50%;
color: var(--black-4);
text-decoration: none;
}

.post-prev-next > a:hover {
color: var(--black-2);
}

.post-prev-next > a > div {
display: flex;
}

.post-prev-next .text {
display: flex;
flex-direction: column;
}

.post-prev-next .prev > div {
justify-content: flex-end;
text-align: right;
}

.post-prev-next .prev .text {
align-items: flex-end;
}

.post-prev-next .text * {
margin: 0;
}

.post-prev-next .text .label {
margin-bottom: 4px;
color: var(--grey);
}
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":"使用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":"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/%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":"【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":"看完SVM的一些问题","url":"/2023/11/06/SVM/","content":"","categories":["ML思考"],"tags":["SVM"]},{"title":"Word2Vec","url":"/2023/11/21/Word2Vec/","content":"","categories":["Tools"],"tags":["NLP"]},{"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":"Hello World","url":"/2021/02/03/hello-world/","content":""},{"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/%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":"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":"新的开始","url":"/2024/05/23/%E6%96%B0%E7%9A%84%E5%BC%80%E5%A7%8B/","content":""},{"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":"关于使用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":"/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":["框架"]}]
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/" class="tag">#SVM</a><a href="/tags/NLP/" class="tag">#NLP</a><a href="/tags/SVM-Sklearn/" class="tag">#SVM_Sklearn</a><a href="/tags/Malware-detection/" class="tag">#Malware detection</a><a href="/tags/Tools/" class="tag">#Tools</a><a href="/tags/框架/" class="tag">#框架</a>
</div>
</div>

Expand Down
Binary file removed 字体/AaManYuShouXieTi(JianFan)-2.ttf
Binary file not shown.

0 comments on commit da57240

Please sign in to comment.