docs: update tutorial & readme (#1110)
- update feature list in README - add screenshots to tutorial
This commit is contained in:
parent
df8ff546ec
commit
926d1ca068
2 changed files with 4 additions and 2 deletions
|
@ -40,7 +40,6 @@
|
|||
- Search
|
||||
- Atom Feeds
|
||||
- Google Analytics
|
||||
- Page Views Reporting
|
||||
- SEO & Performance Optimization
|
||||
|
||||
</p>
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue