From 259940d4b6a70991eae5a931d9f550473d7e7ce0 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2020 12:30:14 +0000 Subject: [PATCH 1/3] docs: update README.md [skip ci] --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 3ff94f4..a5d90ed 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ ## Codex + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + A minimal blog theme built for [Hugo](https://gohugo.io/) 🍜 @@ -104,3 +107,22 @@ To update favicon of the site, replace the one in `static/favicon.ico` with your ## Future Updates & Contributing Right now the way to customize the theme is not very user-friendly. That is the first thing to work on. If you get curious just hop into the theme directory and go exploring through the code. It's not too complicated what's going on. + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

Chuxin Huang

📖
+ + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file From b40ecac59d5004b78ebc9cc69286b491711c6435 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2020 12:30:15 +0000 Subject: [PATCH 2/3] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..a081f57 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "chuxinh", + "name": "Chuxin Huang", + "avatar_url": "https://avatars2.githubusercontent.com/u/30974572?v=4", + "profile": "https://www.chuxinhuang.com/", + "contributions": [ + "doc" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "hugo-theme-codex", + "projectOwner": "jakewies", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +} From 402cb249771d6950178a8b03507cda922c52d869 Mon Sep 17 00:00:00 2001 From: Jake Wiesler Date: Fri, 19 Jun 2020 08:32:03 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a5d90ed..f3982dc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,4 @@ ## Codex - -[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) - A minimal blog theme built for [Hugo](https://gohugo.io/) 🍜 @@ -110,6 +107,10 @@ Right now the way to customize the theme is not very user-friendly. That is the ## Contributors ✨ + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + + Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): @@ -125,4 +126,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d -This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!