Skip to content

Commit

Permalink
new pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Stan370 committed Mar 14, 2024
1 parent 39d52a6 commit 1de274f
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 2 deletions.
6 changes: 6 additions & 0 deletions source/about/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: about
date: 2024-03-14 16:29:44
type: "about"
layout: "about"
---
6 changes: 6 additions & 0 deletions source/categories/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: categories
date: 2023-09-30 17:25:30
type: "categories"
layout: "categories"
---
6 changes: 6 additions & 0 deletions source/tags/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: tags
date: 2024-03-14 16:29:18
type: "tags"
layout: "tags"
---
2 changes: 1 addition & 1 deletion themes/hexo-theme-matery/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ postCalendar: true

# valine是使用的免费的leancloud开发版资源,即使数据丢了leancloud也不用负任何的责任。此外valine的src目录已在1.4.0后停止更新。。。薛定谔的开源。
myProjects:
enable: true
enable: false
data:
hexo-theme-matery:
icon: fas fa-file-alt
Expand Down
2 changes: 1 addition & 1 deletion themes/hexo-theme-matery/layout/about.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="col s12 m12 l4">
<div class="profile center-align">
<div class="avatar">
<img src="<%- theme.jsDelivr.url %><%- url_for(theme.profile.avatar) %>" alt="<%- config.author %>"
<img src="https://avatars.githubusercontent.com/u/56168768?v=4" alt="<%- config.author %>"
class="circle responsive-img avatar-img">
</div>
<div class="author">
Expand Down

0 comments on commit 1de274f

Please sign in to comment.