add compose guide

This commit is contained in:
Timothy
2021-01-18 21:49:59 +08:00
parent 021eaac193
commit d3f6716917
3 changed files with 29 additions and 1 deletions

View File

@ -24,6 +24,6 @@ summary:
---
`
fs.writeFile(`data/blog/${date}-${fileName}.${ext}`, frontMatter, (err) => {
fs.writeFile(`data/blog/${fileName}.${ext}`, frontMatter, (err) => {
if (err) throw err
})