Skip to content

Commit

Permalink
feat(blog): refine pinned
Browse files Browse the repository at this point in the history
  • Loading branch information
alomerry committed Feb 24, 2024
1 parent e7885dd commit e425b1a
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 63 deletions.
28 changes: 14 additions & 14 deletions blog/eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
// @ts-check
/* eslint perfectionist/sort-objects: "error" */
import antfu from '@antfu/eslint-config'
import antfu from "@antfu/eslint-config";

export default antfu(
{
formatters: true,
},
{
rules: {
'no-labels': 'off',
'no-lone-blocks': 'off',
'no-restricted-syntax': 'off',
'node/prefer-global/buffer': 'off',
'node/prefer-global/process': 'off',
'prefer-rest-params': 'off',
'symbol-description': 'off',
'ts/ban-types': 'off',
'ts/no-invalid-this': 'off',
'ts/no-unnecessary-type-constraint': 'off',
'vue/no-template-shadow': 'off',
'vue/no-v-text-v-html-on-component': 'off',
"no-labels": "off",
"no-lone-blocks": "off",
"no-restricted-syntax": "off",
"node/prefer-global/buffer": "off",
"node/prefer-global/process": "off",
"prefer-rest-params": "off",
"symbol-description": "off",
"ts/ban-types": "off",
"ts/no-invalid-this": "off",
"ts/no-unnecessary-type-constraint": "off",
"vue/no-template-shadow": "off",
"vue/no-v-text-v-html-on-component": "off",
},
},
)
);
60 changes: 31 additions & 29 deletions blog/pages/pinned/bookmarks.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
---
title: Bookmarks - Alomerry Wu
display: Bookmarks
subtitle: Some of my favorite websites/tools with excellent design and UX that I highly recommend
title: Bookmarks
subtitle: Some of my favorite books that I highly recommend
tocAlwaysOn: false
---

[[toc]]

[阅读计划](https://flowus.cn/alomerry/share/03d0ad27-0b99-415a-8aec-2c5cf979f1f5)

>每每寻得一本好书时常会有“初闻大道,不胜自喜”的感觉,记录于此,与君共勉。
> 每每寻得一本好书时常会有“初闻大道,不胜自喜”的感觉,记录于此,与君共勉。
<Book
title="算法导论"
desc="xxx"
logo="https://cdn.alomerry.com/blog/assets/img/links/booklists/introduction-to-algorithms.jpg"
link="https://book.douban.com/subject/20432061/"
title="算法导论"
desc="xxx"
logo="https://cdn.alomerry.com/blog/assets/img/links/booklists/introduction-to-algorithms.jpg"
link="https://book.douban.com/subject/20432061/"
/>

### 计算机技术
Expand All @@ -24,10 +24,10 @@ subtitle: Some of my favorite websites/tools with excellent design and UX that I
### 算法

<Book
title="算法导论"
desc="xxx"
logo="https://cdn.alomerry.com/blog/assets/img/links/booklists/introduction-to-algorithms.jpg"
link="https://book.douban.com/subject/20432061/"
title="算法导论"
desc="xxx"
logo="https://cdn.alomerry.com/blog/assets/img/links/booklists/introduction-to-algorithms.jpg"
link="https://book.douban.com/subject/20432061/"
/>

- 算法
Expand All @@ -44,40 +44,41 @@ subtitle: Some of my favorite websites/tools with excellent design and UX that I
### 数据库

<Book
title="MySQL 是怎样运行的"
desc="《MySQL是怎样运行的:从根儿上理解 MySQL》采用诙谐幽默的表达方式,对MySQL的底层运行原理进行了介绍,内容涵盖了使用MySQL的同学在求职面试和工作中常见的一些核心概念。"
logo="https://cdn.alomerry.com/blog/assets/img/links/booklists/how-mysql-work.jpg"
link="https://book.douban.com/subject/35231266/"
title="MySQL 是怎样运行的"
desc="《MySQL是怎样运行的:从根儿上理解
MySQL》采用诙谐幽默的表达方式,对MySQL的底层运行原理进行了介绍,内容涵盖了使用MySQL的同学在求职面试和工作中常见的一些核心概念。"
logo="https://cdn.alomerry.com/blog/assets/img/links/booklists/how-mysql-work.jpg"
link="https://book.douban.com/subject/35231266/"
/>

<Book
title="Redis5 设计与源码分析"
desc="多名专家联袂推荐,资深专家联合撰写,深入理解 Redis 5 设计精髓。本书系统讲解 Redis 5设计、数据结构、底层命令实现,以及持久化、主从复制、集群的实现。"
logo="https://cdn.alomerry.com/blog/assets/img/links/booklists/redis5-design-and-source-code-analysis.jpg"
link="https://book.douban.com/subject/34804798/"
title="Redis5 设计与源码分析"
desc="多名专家联袂推荐,资深专家联合撰写,深入理解 Redis 5 设计精髓。本书系统讲解 Redis
5设计、数据结构、底层命令实现,以及持久化、主从复制、集群的实现。"
logo="https://cdn.alomerry.com/blog/assets/img/links/booklists/redis5-design-and-source-code-analysis.jpg"
link="https://book.douban.com/subject/34804798/"
/>


- MongoDB 权威指南

### 编程语言

<Book
title="深度探索 Go 语言"
desc="xxx"
logo="https://cdn.alomerry.com/blog/assets/img/links/booklists/explore-go-runtime.jpg"
link="https://book.douban.com/subject/36104087/"
title="深度探索 Go 语言"
desc="xxx"
logo="https://cdn.alomerry.com/blog/assets/img/links/booklists/explore-go-runtime.jpg"
link="https://book.douban.com/subject/36104087/"
/>

- 高性能 MySQL

### 云原生

<Book
title="Kubernetes in Action"
desc="xxx"
logo="https://cdn.alomerry.com/blog/assets/img/links/booklists/kubernetes-in-action.jpg"
link="https://book.douban.com/subject/30418855/"
title="Kubernetes in Action"
desc="xxx"
logo="https://cdn.alomerry.com/blog/assets/img/links/booklists/kubernetes-in-action.jpg"
link="https://book.douban.com/subject/30418855/"
/>

- Kubernetes 权威指南
Expand Down Expand Up @@ -141,6 +142,7 @@ subtitle: Some of my favorite websites/tools with excellent design and UX that I
- 蛤蟆先生去看心理医生
- 好好告别
- 非暴力沟通

## 文学/小说

- 一千零一夜
Expand Down
4 changes: 4 additions & 0 deletions blog/pages/pinned/todo/2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ wordCount: 128
date: 2024-02-23T17:57:38.692Z
---

搞懂异地多活,看这篇就够了 http://kaito-kidd.com/2021/10/15/what-is-the-multi-site-high-availability-design/
ingress-nginx 保姆级别源码阅读 https://youerning.top/post/kubernetes/nginx-ingress-controller/
500行以内写一个API网关 https://youerning.top/post/apix_code/

## 学习

- flink https://nightlies.apache.org/flink/flink-docs-release-1.18/zh/docs/learn-flink/datastream_api/
Expand Down
47 changes: 27 additions & 20 deletions blog/pages/pinned/website/blog.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
---
title: xx - Alomerry Wu
subtitle: xxx
update: 2024-02-22T18:44:25.051Z
title: 优秀博客
subtitle: 站在巨人的肩膀。
update: now
duration: 1min
wordCount: 88
date: 2024-02-22T18:44:25.051Z
cards:
blog:
- icon: https://image.liubing.me/2023/02/05/834597e9e927e.png
name: 柳婼 の blog
desc: 我不管,反正我最萌~
link: https://www.liuchuo.net
- icon: 🧔🏻
- icon: https://taoshu.in/favicon.svg
name: 涛叔
desc: 乐乎
link: https://taoshu.in/
- icon: https://draveness.me/images/draven-logo.png
name: draveness
desc: 面向信仰编程
link: https://draveness.me/
- icon: https://cdn1.liuchuo.net/wp-content/uploads/2018/08/liuchuo1.png
- icon: https://cdn.alomerry.com/blog/assets/img/liuchuo1.png
name: 柳婼 の blog
desc: 我不管,反正我最萌~
link: https://www.liuchuo.net/
Expand Down Expand Up @@ -63,19 +59,30 @@ cards:
name: Reimu
desc: Reimu
link: https://blog.k8s.li/about.html
- icon: https://blog.k8s.li/images/avatar.png
- icon: https://tvax2.sinaimg.cn/crop.0.0.600.600.180/001iEHWnly8hn29n40fzej60go0gojtv02.jpg?KID=imgbed,tva&Expires=1708726947&ssig=ySifnt358k
name: 石康
desc: 做燃料棒,不做干电池。
link: https://weibo.com/shikang
- icon: https://hwv430.blogspot.com/favicon.ico
name: 核电站
desc: xxx
desc: 做燃料棒,不做干电池。
link: https://hwv430.blogspot.com/
- icon: https://jiekun.dev/favicon-32x32.png
name: 杰坤
desc: 因为持有一只小黄鸭的缘故,大家也喊我小黄鸭。
link: https://jiekun.dev/
- icon: https://youerning.top/favicon.ico
name: 又耳笔记
desc: 又耳宁的个人博客, 关于编程开发与股票的一些个人心得
link: https://youerning.top
- icon: https://limboy.me/assets/favicon.png
name: Limboy
desc: 80 后,曾经热衷于 iOS 开发。
link: https://limboy.me/posts/live-well/
- icon: https://www.bmpi.dev/images/ico/favicon-32x32.png
name: bmpi
desc:
link: https://www.bmpi.dev/link/
---

<DisplayCard :cards="frontmatter.cards['blog']" />

石康 https://weibo.com/shikang
杰坤 https://jiekun.dev/
又耳笔记 https://youerning.top/page/7/
搞懂异地多活,看这篇就够了 http://kaito-kidd.com/2021/10/15/what-is-the-multi-site-high-availability-design/
ingress-nginx 保姆级别源码阅读 https://youerning.top/post/kubernetes/nginx-ingress-controller/
500行以内写一个API网关 https://youerning.top/post/apix_code/
Limboy https://limboy.me/posts/live-well/
bmpi https://www.bmpi.dev/link/

0 comments on commit e425b1a

Please sign in to comment.