Skip to content

Commit 167119f

Browse files
committed
update
1 parent 130954e commit 167119f

7 files changed

+25
-28
lines changed

Taskfile.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,10 @@ tasks:
88
deploy:
99
cmds:
1010
- DEPLOYMENT_BRANCH=gh-pages USE_SSH=true yarn deploy
11+
12+
###########################################################################
13+
14+
push:
15+
cmds:
16+
- git push origin main --tags
17+
- repo_url=`git remote -v | grep push | awk -F ":" '{print $2}' | awk -F ".git" '{print "https://github.com/"$1}'`; open $repo_url

blog/2019-05-28-first-blog-post.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
slug: first-blog-post
33
title: First Blog Post
44
authors:
5-
name: Gao Wei
6-
title: Docusaurus Core Team
7-
url: https://github.com/wgao19
8-
image_url: https://github.com/wgao19.png
5+
name: Henry Huang
6+
title: maintainer
7+
url: https://github.com/hhstore
8+
image_url: https://github.com/hhstore.png
9+
910
tags: [hola, docusaurus]
1011
---
1112

blog/2019-05-29-long-blog-post.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
slug: long-blog-post
33
title: Long Blog Post
4-
authors: endi
4+
authors: [henryhuang]
55
tags: [hello, docusaurus]
66
---
77

blog/2021-08-01-mdx-blog-post.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
slug: mdx-blog-post
33
title: MDX Blog Post
4-
authors: [slorber]
4+
authors: [henryhuang]
55
tags: [docusaurus]
66
---
77

@@ -12,9 +12,9 @@ Blog posts support [Docusaurus Markdown features](https://docusaurus.io/docs/mar
1212
Use the power of React to create interactive blog posts.
1313

1414
```js
15-
<button onClick={() => alert('button clicked!')}>Click me!</button>
15+
<button onClick={() => alert("button clicked!")}>Click me!</button>
1616
```
1717

18-
<button onClick={() => alert('button clicked!')}>Click me!</button>
18+
<button onClick={() => alert("button clicked!")}>Click me!</button>
1919

2020
:::

blog/2021-08-26-welcome/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
slug: welcome
33
title: Welcome
4-
authors: [slorber, yangshun]
4+
authors: [henryhuang]
55
tags: [facebook, hello, docusaurus]
66
---
77

blog/authors.yml

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
1-
endi:
2-
name: Endilie Yacop Sucipto
3-
title: Maintainer of Docusaurus
4-
url: https://github.com/endiliey
5-
image_url: https://github.com/endiliey.png
61

7-
yangshun:
8-
name: Yangshun Tay
9-
title: Front End Engineer @ Facebook
10-
url: https://github.com/yangshun
11-
image_url: https://github.com/yangshun.png
12-
13-
slorber:
14-
name: Sébastien Lorber
15-
title: Docusaurus maintainer
16-
url: https://sebastienlorber.com
17-
image_url: https://github.com/slorber.png
2+
henryhuang:
3+
name: Henry Huang
4+
title: maintainer
5+
url: https://github.com/hhstore
6+
image_url: https://github.com/hhstore.png

docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const config = {
7171
},
7272
{ to: "/blog", label: "Blog", position: "left" },
7373
{
74-
href: "https://github.com/facebook/docusaurus",
74+
href: "https://github.com/better-zig",
7575
label: "GitHub",
7676
position: "right",
7777
},
@@ -102,7 +102,7 @@ const config = {
102102
},
103103
{
104104
label: "Twitter",
105-
href: "https://twitter.com/docusaurus",
105+
href: "https://twitter.com/goosip_coder", // todo x:
106106
},
107107
],
108108
},
@@ -115,7 +115,7 @@ const config = {
115115
},
116116
{
117117
label: "GitHub",
118-
href: "https://github.com/facebook/docusaurus",
118+
href: "https://github.com/better-zig", // todo x
119119
},
120120
],
121121
},

0 commit comments

Comments
 (0)