Skip to content

Commit

Permalink
docs: update blog
Browse files Browse the repository at this point in the history
  • Loading branch information
syy11cn committed Jun 3, 2023
1 parent f1129f7 commit df396bc
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 57 deletions.
11 changes: 6 additions & 5 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { ThemeLinearConfig, getPosts } from 'vitepress-theme-linear/config'

async function load() {
return defineConfigWithTheme<ThemeLinearConfig>({
title: 'Yiyang Sun',
title: '孙轶扬的博客(Yiyang Suen\'s Blog)',
description: 'Love for life and frontend tech.',
markdown: {
theme: {
Expand All @@ -16,10 +16,11 @@ async function load() {
themeConfig: {
posts: await getPosts('zh-CN', 'Asia/Shanghai'),
links: [
{ name: 'Posts', link: '/posts', icon: '' },
{ name: 'Tweets', link: '/tweets', icon: '' },
{ name: 'Links', link: '/links', icon: '' },
{ name: 'Resume', link: '/resume', icon: '' },
{ name: '文章', link: '/posts', icon: '' },
{ name: '推文', link: '/tweets', icon: '' },
{ name: '友联', link: '/links', icon: '' },
{ name: '关于我', link: '/about', icon: '' },
{ name: '更新日志', link: '/log', icon: '' },
],
favicon: 'https://shaun-logo.oss-cn-beijing.aliyuncs.com/avatar.jpg',
googleId: 'G-F3PB7TDT3P',
Expand Down
7 changes: 7 additions & 0 deletions docs/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: 关于我
---

# 关于我

> 苦思冥想中……
13 changes: 7 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,19 @@ keywords:
- 孙轶扬
---

# 孙轶扬的博客(Yiyang Suen's Blog
# 孙轶扬(Yiyang Suen)

[[toc]]

## English Version

Hello, I'm Yiyang Suen, a frontend enthusiast, graduate of UESTC and currently frontend intern in [@bytedance](https://www.bytedance.com/).

Author of [hexo theme linear](https://github.com/syy11cn/hexo-theme-linear) and [vitepress theme linear](https://github.com/syy11cn/vitepress-theme-linear). Happy to see someone try out my blog themes.

## 中文版

我是孙轶扬(Yiyang Suen),字节跳动前端工程师,前端爱好者。

我做过 [Hexo 博客主题](https://github.com/syy11cn/hexo-theme-linear)[VitePress 博客主题](https://github.com/syy11cn/vitepress-theme-linear)。欢迎试用和交流!

## English Version

Hello, I'm Yiyang Suen, a frontend enthusiast, graduate of UESTC and currently frontend intern in [@bytedance](https://www.bytedance.com/).

Author of [hexo theme linear](https://github.com/syy11cn/hexo-theme-linear) and [vitepress theme linear](https://github.com/syy11cn/vitepress-theme-linear). Happy to see someone try out my blog themes.
55 changes: 16 additions & 39 deletions docs/links.md
Original file line number Diff line number Diff line change
@@ -1,50 +1,27 @@
---
title: Links
title: 友联
---

## Organization
# 友联

> My appreciation to loved orgs.
## 技术大佬

- [Zeqi Studio](https://zeqi.tech/);
- [Blog of Zeqi Studio](https://blog.zeqi.tech/);
- [GitHub Org of UESTC](https://github.com/uestcer);
- [薇拉航线🌺](https://www.zuozuovera.com/) - 博客启蒙
- [Xunzhuo`s Blog](http://www.liuxunzhuo.com/) - Envoy 开源组国服大佬
- [RufusのBlog](https://t6t.xyz/) - 天才少年
- [Yuki`s blog](https://yukiyousa.cn/) - 前端转机器学习的羽毛球运动员
- [The Road of Full Stack](https://jason-xy.cn/) - 全栈追梦人
- [飞鸟小站](https://lzxjack.top/) - 独立开发博客前后端
- [LeBronChao's Blog](https://www.lebronchao.com/) - 前端大佬
- [Evan's blog](https://xugaoyi.com/) - `vuepress-theme-vdoing` 作者

## Mentor

> Thank you for guiding me in the dark.
- [Anthony](https://antfu.me/) - Dream life style of all programmers.
- [Vera](https://www.zuozuovera.com/) - Blog mentor;
- [Xunzhuo](https://www.xunzhuotalk.com/) - Open source pioneer;
- [Hanlin](https://runtus.top/) - Frontend Mr. Big;
- [Yaojie](https://acherstyx.github.io/) - ML ace;
- [Fenghua](https://zxuqian.cn/) - Frontend pioneer;
- [Ruize](https://sharifxu.top/) - Hotshot of frontend and ML tech;

## Blogger

- [Ziyang](https://t6t.xyz/) - Talented boy in ML and backend;
- [Yuki](https://yukiyousa.cn/) - Big gun in frontend and ML;
- [Yang](https://jason-xy.cn/) - Full stack big shot;
- [Darren](https://darren-dong.com/) - Talented boy in ML and frontend;
- [Gemini](https://geminiplanet.cn/) - Backend big gun;
- [Xinyue](https://cosmos-uestc.space/) - Big shot in frontend and cyber security;
- [Flappy Bird](https://lzxjack.top/) - Develop the blog himself;
- [FE LeBron](https://www.lebronchao.com/) - Fan of LeBron, frontend big gun;
- [codeDogs](https://blog.codedogs.top/) - Frontend explorer;
- [Ruixuan](https://i-have-no-name-555.github.io/) - Expert in backend, mastering Java and Golang;
- [Evan](https://xugaoyi.com/) - Author of `vuepress-theme-vdoing`;

## My Information
## 我的信息

```js
const myBlog = {
name: 'Yiyang Sun',
link: 'https://blog.syy11.cn',
const blog = {
name: '孙轶扬的博客',
link: 'https://yysuen.cn',
avatar: 'https://shaun-logo.oss-cn-beijing.aliyuncs.com/avatar.jpg',
description: 'Frontend enthusiast.'
description: '前端爱好者'
}
```

> [Mail to me](mailto:syy11cn@outlook.com) for adding your link.
10 changes: 10 additions & 0 deletions docs/log.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: 更新日志
comments: false
---

# 更新日志

- **2023.06.04**
- 购入新域名 yysuen.me
- 更新友链
Binary file not shown.
7 changes: 0 additions & 7 deletions docs/resume.md

This file was deleted.

0 comments on commit df396bc

Please sign in to comment.