reuixiy / hugo-theme-meme

😝 You can’t spell awesome without MemE!
http://reuixiy.github.io/hugo-theme-meme
MIT License
1.02k stars 279 forks source link

使用Hugo new posts新建文章。 #53

Closed wangxiaoerYah closed 4 years ago

wangxiaoerYah commented 4 years ago

使用hugo new posts新建文章。

archetype/default.md目录下的配置没有生效。

reuixiy commented 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 .

wangxiaoerYah commented 4 years ago

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

多谢回复,谢谢❤❤❤!!!