Skip to content

Commit

Permalink
Create my customized home page.
Browse files Browse the repository at this point in the history
Signed-off-by: ChenYing Kuo <[email protected]>
  • Loading branch information
evshary committed Sep 17, 2024
1 parent 3fdf64b commit 2c5fc96
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 24 deletions.
9 changes: 6 additions & 3 deletions _config.next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,12 @@ creative_commons:
menu:
home: / || fa fa-home
about: /aboutme/ || fa fa-user
tags: /tags/ || fa fa-tags
categories: /categories/ || fa fa-th
archives: /archives/ || fa fa-archive
book: /categories/讀書心得/ || fa fa-book
technique: /categories/技術/ || fa fa-laptop
growth: /categories/個人體悟/ || fa fa-level-up
#tags: /tags/ || fa fa-tags
#categories: /categories/ || fa fa-th
#archives: /archives/ || fa fa-archive
#schedule: /schedule/ || fa fa-calendar
#sitemap: /sitemap.xml || fa fa-sitemap
#commonweal: /404/ || fa fa-heartbeat
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
all: prepare clean build
all: clean build

prepare: prepare-dev prepare-deploy

Expand Down
18 changes: 0 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"hexo-generator-archive": "^1.0.0",
"hexo-generator-category": "^1.0.0",
"hexo-generator-feed": "^3.0.0",
"hexo-generator-index": "^2.0.0",
"hexo-generator-searchdb": "^1.3.3",
"hexo-generator-tag": "^1.0.0",
"hexo-renderer-ejs": "^2.0.0",
Expand All @@ -20,4 +19,4 @@
"hexo-server": "^2.0.0",
"hexo-theme-next": "^8.2.2"
}
}
}
11 changes: 11 additions & 0 deletions source/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: page
title: CY Blog
date: 2024-09-17
---

這邊是 CY 的 Blog,除了存放自己筆記以外,更希望可以提供他人一點參考的價值

* [讀書心得](https://evshary.com/categories/讀書心得/): 這邊存放我讀的書心得筆記
* [技術](https://evshary.com/categories/技術/): 一些技術的筆記
* [個人體悟](https://evshary.com/categories/個人體悟/): 各種自己體悟

0 comments on commit 2c5fc96

Please sign in to comment.