From 67338bd2ad5bc2f2970399d5d4eda69adad15ead Mon Sep 17 00:00:00 2001 From: uiolee <22849383+uiolee@users.noreply.github.com> Date: Sat, 2 Sep 2023 17:23:27 +0800 Subject: [PATCH 1/2] remove badge --- README.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4609513657..f649e2621e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # Hexo Official Website - -[![Build Status](https://github.com/hexojs/site/workflows/Tester/badge.svg?branch=master)](https://github.com/hexojs/site/actions?query=workflow%3ATester) + [![Netlify Status](https://api.netlify.com/api/v1/badges/beeb7e86-4485-4381-8529-6b2a92df5dd7/deploy-status)](https://app.netlify.com/sites/hexo-site/deploys) The website for Hexo. @@ -10,21 +9,21 @@ The website for Hexo. Install dependencies: ``` bash -$ git clone https://github.com/hexojs/site.git -$ cd site -$ npm install +git clone https://github.com/hexojs/site.git +cd site +npm install ``` Generate: ``` bash -$ hexo generate +hexo generate ``` Run server: ``` bash -$ hexo server +hexo server ``` ## Contributors @@ -40,6 +39,3 @@ $ hexo server ## License [CC BY 4.0](http://creativecommons.org/licenses/by/4.0/) - -[tommy351]: https://github.com/tommy351 -[pinggod]: https://github.com/pinggod From e5e1a7a8b0a6dfa31a427918b5ef154970175802 Mon Sep 17 00:00:00 2001 From: Uiolee <22849383+uiolee@users.noreply.github.com> Date: Fri, 22 Sep 2023 08:55:10 +0800 Subject: [PATCH 2/2] fix badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f649e2621e..296163d2ec 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Hexo Official Website +[![Tester](https://github.com/hexojs/site/actions/workflows/tester.yml/badge.svg)](https://github.com/hexojs/site/actions/workflows/tester.yml) [![Netlify Status](https://api.netlify.com/api/v1/badges/beeb7e86-4485-4381-8529-6b2a92df5dd7/deploy-status)](https://app.netlify.com/sites/hexo-site/deploys) The website for Hexo.