Skip to content

Commit 496f86e

Browse files
committed
Update README.md to clarify publishing process and add software version details
1 parent 80346b6 commit 496f86e

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,22 @@
66

77
- Write: in `content/post` folder
88
- Preview: `hugo server -D`
9-
- Publish: `./publish_to_ghpages.sh` and `git push --all`
9+
- ~~Publish: `./publish_to_ghpages.sh` and `git push --all`~~
10+
- Git commit and push to the `master` branch, GitHub Actions will build and deploy the site automatically.
1011

1112
## More
1213

1314
- Hugo Static Site Generator hugo v0.136.5+extended
1415
- https://gohugo.io/getting-started/usage/
1516
- Cloudflare Rocket Loader should be disabled for this site or the MathJax will not work.
1617

17-
## Hugo Version
18+
## Software Versions
1819

20+
The GitHub Actions [workflow](https://github.com/sec-bit/blog/blob/master/.github/workflows/hugo.yml#L34-L44) uses the following software versions:
21+
22+
```
23+
hugo v0.147.9
24+
pandoc 3.7.0.2
1925
```
20-
hugo v0.147.9+extended+withdeploy darwin/arm64 BuildDate=2025-06-23T08:22:20Z VendorInfo=brew
21-
```
26+
27+
Use the same software versions to build and preview the site locally.

0 commit comments

Comments
 (0)