From 926d1ca068f2de9e1c6561e0785e96c75bbeee1b Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Tue, 27 Jun 2023 00:39:42 +0800 Subject: [PATCH] docs: update tutorial & readme (#1110) - update feature list in README - add screenshots to tutorial --- README.md | 1 - _posts/2019-08-09-getting-started.md | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b36789..a99e041 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,6 @@ - Search - Atom Feeds - Google Analytics - - Page Views Reporting - SEO & Performance Optimization

diff --git a/_posts/2019-08-09-getting-started.md b/_posts/2019-08-09-getting-started.md index 100c41c..1445909 100644 --- a/_posts/2019-08-09-getting-started.md +++ b/_posts/2019-08-09-getting-started.md @@ -5,6 +5,7 @@ date: 2019-08-09 20:55:00 +0800 categories: [Blogging, Tutorial] tags: [getting started] pin: true +img_path: '/posts/20180809' --- ## Prerequisites @@ -113,7 +114,9 @@ There are a few things to get ready for. Next, configure the _Pages_ service. -1. Browse to your repository on GitHub. Select the tab _Settings_, then click _Pages_ in the left navigation bar. Then, in the **Source** section (under _Build and deployment_), select [**GitHub Actions**][pages-workflow-src] from the dropdown menu. +1. Browse to your repository on GitHub. Select the tab _Settings_, then click _Pages_ in the left navigation bar. Then, in the **Source** section (under _Build and deployment_), select [**GitHub Actions**][pages-workflow-src] from the dropdown menu. +![Build source](pages-source-light.png){: .light .border .normal w='375' h='140' } +![Build source](pages-source-dark.png){: .dark .normal w='375' h='140' } 2. Push any commits to GitHub to trigger the _Actions_ workflow. In the _Actions_ tab of your repository, you should see the workflow _Build and Deploy_ running. Once the build is complete and successful, the site will be deployed automatically.