8

Github chore: 增加 Blog 入口 · juzhiyuan/blog@26862e6 · GitHub

 3 years ago
source link: https://github.com/juzhiyuan/blog/commit/26862e6ac60dfe7e1bc3f645c19b7a84578c132e
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

增加 Blog 入口 · juzhiyuan/blog@26862e6 · GitHubPermalink

Browse files

chore: 增加 Blog 入口

juzhiyuan

committed 44 minutes ago

1 parent 7197f86 commit 26862e6ac60dfe7e1bc3f645c19b7a84578c132e
Showing with 65 additions and 27 deletions.

@@ -1,3 +1,9 @@

---

title: 由 QQ 头像引起的回忆

date: 2019-02-11

slug: story-with-qq

---

> 本文于 2019 年 2 月 11 日发于「生财有术」知识星球,全文转载于本公众号,以作存档。

今年是 QQ ”诞生“20 周年,星主 亦仁 发帖邀请大家分享与 QQ 头像相关的人和事。以下是我的分享:

@@ -1,5 +1,7 @@

---

title: 聊一聊我的公众号

date: "2019-03-01"

slug: share-with-wechat-mp

---

最近来了不少新朋友 🙂 借此机会,聊一聊我的公众号吧。

@@ -1 +1,7 @@

---

title: 碎碎念

date: "2019-05-04"

slug: 碎碎念

---

五一匆匆过去了,尽管是假期,但也没闲着。 早上睡到自然醒,起来后看公众号或者刷《神秘博士》; 中午饭后睡会儿,(最近一段时间)下午和 王君 出去转悠找相馆,或者准备论文,又或者写代码; 晚上遛弯回来后在工作会儿,然后看会儿书、睡觉。 其实蛮喜欢这种生活调调的,相对而言,比较自由;这种工作方式也很喜欢,心无旁骛地工作,效率会高很多。 同样开心的是,前不久和小伙伴接了一个不错的项目,趁着五一处理的差不多,即将收尾~ 抽个奖吧 :) 抽奖进行中 张裕 冰酒 x 1 - 抽奖助手

@@ -1,3 +1,9 @@

---

title: 九月

date: "2019-09-17"

slug: september

---

已有一月有余未更新订阅号,在此回顾下这段时间所发生的事情 🙂

### 开发 WordPress 插件

@@ -14,7 +20,7 @@

### 君君生日

和王老师相识 4 年了~

![image](./images/1.png)

![image](../images/1.png)

2016 年摄于西安

今年毕业后,她暂时回到南阳教书,学校任务重、假期少,自己可以、也需要理解她。有时下面这首词便不自觉冒出来:

@@ -47,13 +53,13 @@

至于吃,海南粉抱罗粉腌面陵水酸粉东就鸭文昌鸡三杯鸡地瓜菜陈皮炸排骨椰子饭椰子冻以及清补凉!无鸡不成宴!!

![image](./images/2.png)

![image](../images/2.png)

![image](./images/3.png)

![image](../images/3.png)

冯小刚电影公社 街景

![image](./images/4.png)

![image](./images/5.png)

![image](../images/4.png)

![image](../images/5.png)

冯小刚电影公社 芳华拍摄地

![image](https://user-images.githubusercontent.com/2106987/83971937-462ac380-a910-11ea-87be-19cd56e8ccff.png)

@@ -1,15 +1,9 @@

import { GetStaticPaths, GetStaticProps } from "next";

import { Container, Heading, Text, Link } from "@chakra-ui/react";

import { GetStaticProps } from "next";

import { Container, Heading, Link } from "@chakra-ui/react";

import { getAllPosts, markdownToHTML } from "../../helper";

import { getAllPosts } from "../../helper";

type BlogPostType = {

title: string;

date: Date;

content: string;

};

export const getStaticProps: GetStaticProps = async (context) => {

export const getStaticProps: GetStaticProps = async () => {

const posts = getAllPosts();

return {

props: {

@@ -1,5 +1,5 @@

import Head from 'next/head'

import { Link, Text, Heading, Container } from '@chakra-ui/react'

import Head from "next/head";

import { Link, Text, Heading, Container } from "@chakra-ui/react";

export default function Home() {

return (

@@ -11,25 +11,49 @@ export default function Home() {

</Head>

<Container>

<Heading as="h1" fontSize="3xl" mt="10">Hi there 👋</Heading>

<Heading as="h1" fontSize="3xl" mt="10">

Hi there 👋

</Heading>

<br />

<Text>

I'm <Text as="mark">Zhiyuan Ju</Text> (or <Text as="mark">琚致远</Text> in Chinese), an OSS lover and fullstack web engineer.

I'm currently working on <Text as="u"><Link href="https://apisix.apache.org" target="_blank">Apache APISIX</Link></Text>, which is a high performance API Gateway.

I'm also gald to share my stories so that more people will get benefits from me if possible.

I'm <Text as="mark">Zhiyuan Ju</Text> (or{" "}

<Text as="mark">琚致远</Text> in Chinese), an OSS lover and fullstack

web engineer. I'm currently working on{" "}

<Text as="u">

<Link href="https://apisix.apache.org" target="_blank">

Apache APISIX

</Link>

</Text>

, which is a high performance API Gateway. I'm also gald to share my

stories so that more people will get benefits from me if possible.

</Text>

<br />

<Text>

BTW, you can get in touch with me by sending mail to <Text as ="u"><Link href="mailto:[email protected]" target="_blank">[email protected]</Link></Text> :)

</Text>

BTW, you can get in touch with me by sending mail to{" "}

<Text as="u">

<Link href="mailto:[email protected]" target="_blank">

[email protected]

</Link>

</Text>{" "}

:)

</Text>

<br />

<Text as="u">

<Link href="https://github.com/juzhiyuan" target="_blank">GitHub</Link>

</Text>  

<Link href="https://github.com/juzhiyuan" target="_blank">

GitHub

</Link>

</Text>{" "}

 

<Text as="u">

<Link href="https://twitter.com/jjzhiyuan" target="_blank">

Twitter

</Link>

</Text>{" "}

 

<Text as="u">

<Link href="https://twitter.com/jjzhiyuan" target="_blank">Twitter</Link>

<Link href="/blog">Blog</Link>

</Text>

</Container>

</div>

)

);

}

0 comments on commit 26862e6

Please sign in to comment.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK