Skip to content

Commit

Permalink
feat(blog): refine
Browse files Browse the repository at this point in the history
  • Loading branch information
alomerry committed Feb 14, 2024
1 parent ddaa385 commit d63a4e5
Show file tree
Hide file tree
Showing 25 changed files with 389 additions and 411 deletions.
1 change: 1 addition & 0 deletions blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"devDependencies": {
"@antfu/eslint-config": "^2.6.4",
"@iconify/json": "^2.2.180",
"@mdit/plugin-tasklist": "^0.8.0",
"@octokit/rest": "^20.0.2",
"@shikijs/markdown-it": "^1.0.0-rc.0",
"@shikijs/transformers": "^1.1.2",
Expand Down
1 change: 0 additions & 1 deletion blog/pages/pinned/about/site.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: About this site - Alomerry Wu
display: About this site
subtitle: 一个基于 xxx 的博客,主要记录开发笔记。
tocAlwaysOn: true
cards:
components:
- name: '七牛云'
Expand Down
1 change: 0 additions & 1 deletion blog/pages/pinned/bookmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: Bookmarks - Alomerry Wu
display: Bookmarks
subtitle: Some of my favorite websites/tools with excellent design and UX that I highly recommend
tocAlwaysOn: true
---

[[toc]]
Expand Down
3 changes: 1 addition & 2 deletions blog/pages/pinned/website/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: 文档/规范 - Alomerry Wu
display: 文档/规范
subtitle: 一个基于 xxx 的博客,主要记录开发笔记。
tocAlwaysOn: true
cards:
cloud-native:
- icon: 'i-logos:kubernetes'
Expand Down Expand Up @@ -45,4 +44,4 @@ cards:

## Frontend

<DisplayCard :cards="frontmatter.cards['frontend']" />
<DisplayCard :cards="frontmatter.cards['frontend']" />
1 change: 0 additions & 1 deletion blog/pages/pinned/website/website.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: 好站 - Alomerry Wu
display: 好站
subtitle: 一个基于 xxx 的博客,主要记录开发笔记。
tocAlwaysOn: true
cards:
website:
- icon: 'https://static.pintia.cn/sparkling-daydream/icons/PTA-logo.svg'
Expand Down
1 change: 0 additions & 1 deletion blog/pages/posts/2019/cn-beian-details.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ lang: zh
type: posts
duration: 1min
desc: 记录 2019 年 alomerry.com 腾讯云备案流程和细节
tocAlwaysOn: true
---

[[toc]]
Expand Down
3 changes: 2 additions & 1 deletion blog/pages/posts/2019/usefull-cpp-lib.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ title: C++ 常用的函数 algorithm/stdlib/string/STL 库函数
lang: zh
type: posts+algorithm
duration: 10min
tocAlwaysOn: true
todoNext:
- 文字过少
---

[[toc]]
Expand Down
Loading

0 comments on commit d63a4e5

Please sign in to comment.