Skip to content

Commit

Permalink
feat: add all-contributor and update README
Browse files Browse the repository at this point in the history
Signed-off-by: hylerrix <hylerrix@gmail.com>
  • Loading branch information
hylerrix committed Oct 9, 2020
1 parent 113aed9 commit c3009dd
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 11 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# ESMAScript+ 面试宝典

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
Expand All @@ -23,12 +24,9 @@

* [deno-tutorial.js.org](http://deno-tutorial.js.org/)

## 开源协议

MIT && CC-BY-SA-4.0
## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
感谢如下贡献者的贡献 ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
Expand All @@ -44,4 +42,8 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
本项目贡献者列表遵循 [all-contributors](https://github.com/all-contributors/all-contributors) 规范。欢迎你的参与。

## 开源协议

MIT && CC-BY-SA-4.0
24 changes: 24 additions & 0 deletions site/articles/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ESMAScript+ 面试宝典

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

* 官网地址:http://es-interview.js.org
* 生产力:Github Pages + Github Action + Pagic + Typora

Expand All @@ -20,6 +24,26 @@

* [deno-tutorial.js.org](http://deno-tutorial.js.org/)

## Contributors ✨

感谢如下贡献者的贡献 ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://github.com/hylerrix"><img src="https://avatars1.githubusercontent.com/u/19285461?v=4?s=100" width="100px;" alt=""/><br /><sub><b>hylerrix</b></sub></a><br /><a href="#ideas-hylerrix" title="Ideas, Planning, & Feedback">🤔</a></td>
</tr>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

本项目贡献者列表遵循 [all-contributors](https://github.com/all-contributors/all-contributors) 规范。欢迎你的参与。

## 开源协议

MIT && CC-BY-SA-4.0
12 changes: 6 additions & 6 deletions site/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const IndexPage = () => (
</div>
<div className="cards">
<div>
<h2>原创文章</h2>
<h2>目录友好</h2>
<ul>
<li>融合了笔者的大量思考。</li>
<li>本书、笔者和读者一起成长。</li>
Expand All @@ -118,18 +118,18 @@ const IndexPage = () => (
<div>
<h2>内容丰富</h2>
<ul>
<li>从多方位建设 <code>大前端</code> 生态</li>
<li>从多方位建设 <code>大前端</code> 生态</li>
<li>
内容包括但不局限于 <code>JS</code> <code>TS</code> <code>Node</code> <code>Deno</code> 等众多技术问题
内容包括但不局限于 <code>JS</code> <code>TS</code> <code>Node</code> <code>Deno</code> 等众多技术问题
</li>
<li>持续构思中</li>
<li>持续构思中</li>
</ul>
</div>
<div>
<h2>长期维护</h2>
<ul>
<li>来源于一份对海量 ES 面试题库系统梳理的渴望</li>
<li>基于 <code>Pagic</code> 静态网站生成器,构建长期的网站技术支持</li>
<li>来源于一份对海量 ES 面试题库系统梳理的渴望</li>
<li>基于 <code>Pagic</code> 静态网站生成器,构建长期的网站技术支持</li>
<li>野心,不止于此。</li>
</ul>
</div>
Expand Down

0 comments on commit c3009dd

Please sign in to comment.