md5
少于1分钟
将以下英文翻译为中文:
md5
https://gohugo.io/functions/md5/
hashes the given input and returns its MD5 checksum.
语法
md5 INPUT
{{ md5 "Hello world, gophers!" }}
<!-- returns the string "b3029f756f98f79e7f1b7f1d1f0dd53b" -->
This can be useful if you want to use Gravatar for generating a unique avatar:
| |
最后修改 June 1, 2023: 新增一个配置参数:sidebar_menu_truncate = 500 用于解决菜单不全的问题 (27810f1)