Closed wangxiaoerYah closed 4 years ago
把具体信息贴一下,输入的命令,输出的结果。
小二 notifications@github.com 于 2020年1月12日周日 17:42写道:
使用hugo new posts新建文章。
archetype/default.md目录下的配置没有生效。
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/reuixiy/hugo-theme-meme/issues/53?email_source=notifications&email_token=AG5GMEZLMQF4VYA6F5QTEE3Q5LQYFA5CNFSM4KFWWBRKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IFSESZA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG5GMEYKDGH5LLPCQE5BIILQ5LQYFANCNFSM4KFWWBRA .
archetype/default.md
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
categories: [""]
tags: [""]
slug: ""
draft: true
---
hugo new posts/hello
---
title: "Hello"
date: 2020-01-12T10:18:04Z
draft: true
---
OK!My mistake,A false alarm 。
Correct command : hugo new posts/hello.md
多谢回复,谢谢❤❤❤!!!
使用hugo new posts新建文章。
archetype/default.md目录下的配置没有生效。