Skip to content

Commit 926d1ca

Browse files
authored
docs: update tutorial & readme (#1110)
- update feature list in README - add screenshots to tutorial
1 parent df8ff54 commit 926d1ca

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
- Search
4141
- Atom Feeds
4242
- Google Analytics
43-
- Page Views Reporting
4443
- SEO & Performance Optimization
4544

4645
</p>

_posts/2019-08-09-getting-started.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ date: 2019-08-09 20:55:00 +0800
55
categories: [Blogging, Tutorial]
66
tags: [getting started]
77
pin: true
8+
img_path: '/posts/20180809'
89
---
910

1011
## Prerequisites
@@ -113,7 +114,9 @@ There are a few things to get ready for.
113114

114115
Next, configure the _Pages_ service.
115116

116-
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.
117+
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.
118+
![Build source](pages-source-light.png){: .light .border .normal w='375' h='140' }
119+
![Build source](pages-source-dark.png){: .dark .normal w='375' h='140' }
117120

118121
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.
119122

0 commit comments

Comments
 (0)