File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments