Wen Wei Tseng
Wen Wei Tseng
OK, I'll check that out later.
Trying the instructions from ctan. https://www.ctan.org/pkg/awesomebox > The package depends on `fontawesome5`, `xcolor`, `array`, and `xparse`.
Hello, @KKKPJSKEY hope my [template site](https://github.com/sosiristseng/template-hugo-codeit) helps. The setup is a single repo with two branches (`main` and `gh-pages`) and lets Github Hugo action build Markdown files in the `main`...
FYI: [an example GH action yml file](https://github.com/peaceiris/hugo-theme-iris/blob/master/.github/workflows/lighthouse.yml) from the [author](https://github.com/peaceiris) of GH pages actions.
One could always do `alias mr=mario`. Not sure if the five-letter-long name is the problem.
However, I kept getting errors on "Comment on PR about the artifact link" github action: https://github.com/sosiristseng/static-export-template/runs/4544460466?check_suite_focus=true Edit: the latest commit fixed that https://github.com/sosiristseng/static-export-template/actions/runs/1586404343
Working on this, I found [workflow-artifact-pull-request-comment](https://github.com/marketplace/actions/workflow-artifact-pull-request-comment) helpful to leave a link to the artifacts in the comments. As to [cache sharing](https://docs.github.com/cn/actions/advanced-guides/caching-dependencies-to-speed-up-workflows), the PR branch could read the base/default branch's cache...
Supported comment systems are listed in `params.toml` ([here](https://github.com/zzossig/hugo-theme-zzo/blob/13e290e9dc8c2703c398a1779fbc65e3a431eb8d/exampleSite/config/_default/params.toml#L107)). Mailchimp is not supported right now.
FYI, fuse.js supports Chinese. An example could be found in this [Hugo partial theme](https://github.com/kaushalmodi/hugo-search-fuse-js).
Would you like to share the results of `hugo --templateMetrics` in your full site to see what slows you down the most. I just saw the [build performance](https://gohugo.io/troubleshooting/build-performance/) section of...