CaiJimmy / hugo-theme-stack-starter

A quickstart template to create a Hugo blog using hugo-theme-stack
https://demo.stack.jimmycai.com
MIT License
305 stars 105 forks source link

The parameters of waline does not take effect. #33

Open L-Super opened 7 months ago

L-Super commented 7 months ago
  1. I am using waline, I found that some issues exist as the requiredMeta and placeholder parameters do not seem to take effect.

  2. Are the parameters correct? hugo-theme-stack-starter/config/_default/params.toml:

    requiredMeta = ["name", "email", "url"]

https://github.com/CaiJimmy/hugo-theme-stack/pull/811:

requiredMeta:
                - nick
                - mail
  1. At the same time, there is no documentation explaining the meaning of the parameters.