hugo创建post关闭首字母大写
如何hugo创建post关闭首字母大写
解决
1.修改新增文章默认模板
themes/maupassant/archetypes/default.md
#title='{{ replace .Name "-" " " | title }}' //替换及titile
title="{{ .TranslationBaseName }}" //保持原文件名一致
专注运维相关工作:devops、kubernetes、cicd、system、sre
如何hugo创建post关闭首字母大写
1.修改新增文章默认模板
themes/maupassant/archetypes/default.md
#title='{{ replace .Name "-" " " | title }}' //替换及titile
title="{{ .TranslationBaseName }}" //保持原文件名一致