Skip to content

Commit

Permalink
feat: ✨ update pin data
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumeisongsong committed Oct 9, 2024
1 parent 9f5680f commit 372b283
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _posts/2018-09-11-git-command.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ coverImage: "/blog/assets/declarative-programming-cover.jpg"
date: "2018-09-11"
ogImage:
url: "/blog/assets/declarative-programming-cover.jpg"
categories: ['git']
pin: true
---

## Rebase to change the commit content like author etc.
Expand Down
2 changes: 2 additions & 0 deletions _posts/2019-02-01-declarative-programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ coverImage: "/blog/assets/declarative-programming-cover.jpg"
date: "2019-02-01"
ogImage:
url: "/blog/assets/declarative-programming-cover.jpg"
categories: ['basic']
pin: true
---

### Imperative Programming vs Declarative Programming
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ coverImage: "/blog/assets/hello-world/cover.jpg"
date: "2020-07-01"
ogImage:
url: "/blog/assets/hello-world/cover.jpg"
categories: ['react']
pin: true
---

In the search component, the search callback is triggered when the content in the input is modified.
Expand Down
2 changes: 2 additions & 0 deletions _posts/2024-07-09-time-and-space-quiz-game.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ coverImage: "/blog/assets/quiz-game-cover.jpg"
date: "2024-07-09"
ogImage:
url: "/blog/assets/quiz-game-cover.jpg"
categories: ['project']
pin: true
---

This business plan integrates competitive points and focuses on leveraging AI for dynamic content, a unique interactive interface, and comprehensive user engagement strategies.
Expand Down
2 changes: 2 additions & 0 deletions _posts/clean-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ coverImage: "/blog/assets/clean-architecture-cover.jpg"
date: "2018-12-25"
ogImage:
url: "/blog/assets/clean-architecture-cover.jpg"
categories: ['clean']
pin: true
---

### Part 1
Expand Down
2 changes: 2 additions & 0 deletions _posts/clean-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ coverImage: "/blog/assets/clean-code-cover.jpg"
date: "2018-01-24"
ogImage:
url: "/blog/assets/clean-code-cover.jpg"
categories: ['clean']
pin: true
---

[Chapter 1: Clean Code](/blog/posts/clean-code-capter1)
Expand Down
3 changes: 3 additions & 0 deletions src/interfaces/categories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ export const defaultCategories = {
ddd: "ddd",
architecture: "architecture",
git: "git",
react: "react",
project: "project",
basic: "basic",
} as const;

export type Category =
Expand Down

0 comments on commit 372b283

Please sign in to comment.