Skip to content

Commit b3e48f8

Browse files
authored
增加博客 nanmu42
背景见 #86 . 按要求对顺序进行了重排。 ```js let s = `闭门造轮子 (Jekyll) 丁亮的个人博客 (Solo) 一个博客 (Jekyll) BigZhu的窝 (自建) 回家看动画 (GithubIssues) Liao Yifan's Strive (Hexo) Vanessa (Pipe) programming4fun (Tumblr) gc87 (oschina) nanmu42 (Hugo)` let localeCompare = (a, b) => a.localeCompare(b) s.split('\n').sort(localeCompare).join('\n') /* 输出: "闭门造轮子 (Jekyll) 丁亮的个人博客 (Solo) 回家看动画 (GithubIssues) 一个博客 (Jekyll) BigZhu的窝 (自建) gc87 (oschina) Liao Yifan's Strive (Hexo) nanmu42 (Hugo) programming4fun (Tumblr) Vanessa (Pipe)" */ ```
1 parent 4697998 commit b3e48f8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

bloggers.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ title: 社区博客列表
77

88
* [闭门造轮子](http://yanjunyi.com/blog/) ([Jekyll][])
99
* [丁亮的个人博客](http://88250.b3log.org) ([Solo][])
10+
* [回家看动画](http://blog.ttop5.net) ([GithubIssues][])
1011
* [一个博客](http://blog.zhangrgk.ninja/) ([Jekyll][])
1112
* [BigZhu的窝](http://bigzhu.org/) (自建)
12-
* [回家看动画](http://blog.ttop5.net) ([GithubIssues][])
13+
* [gc87](http://my.oschina.net/gaoc87) ([oschina][])
1314
* [Liao Yifan's Strive](http://saintdan.github.io/) ([Hexo][])
14-
* [Vanessa](http://vanessa.b3log.org) ([Pipe][])
15+
* [nanmu42](https://nanmu.me/) ([Hugo][])
1516
* [programming4fun](http://blog.programming4fun.com/) ([Tumblr][])
16-
* [gc87](http://my.oschina.net/gaoc87) ([oschina][])
17+
* [Vanessa](http://vanessa.b3log.org) ([Pipe][])
1718

1819
[Jekyll]: http://jekyllrb.com/
1920
[Ghost]: https://ghost.org/
@@ -23,3 +24,4 @@ title: 社区博客列表
2324
[Tumblr]: https://www.tumblr.com
2425
[oschina]:http://www.oschina.net/
2526
[Pipe]: https://github.com/b3log/pipe
27+
[Hugo]: https://gohugo.io/

0 commit comments

Comments
 (0)