You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -22,7 +22,7 @@ hugo new content content/posts/YourNewContent.md #Command and Correct path is re
22
22
```
23
23
24
24
# drafts
25
-
To modify baseURL
25
+
To modify baseURL in `/hugo.yaml`
26
26
```yaml
27
27
baseURL: https://winterarch.github.io/
28
28
```
@@ -38,7 +38,7 @@ title: 'some Text'
38
38
```
39
39
40
40
# partial deployment
41
-
In fact, the site's generated Hugo-Source-Code is located in the directory `/public`.
41
+
In fact, the site's generated Hugo-Source-Code is located at the directory `/public`.
42
42
And we can just initialize a local git repository in `/public` then push upto Github. In this way, deployment is very eazy.
43
43
Open YourGithubRepository/Settings/Pages/Build and deployment/Branch, and set `main/root`.
44
44
However, it is also very Annoying to do a series of command like hugo-build|check-directory|git-push EVERY single time, the rest part that Hugo-Configuration is necessary as well.
0 commit comments