Skip to content

Furafrafrfr/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

contentful の markdown につける frontmatter について

yaml で書く。gatsby-transformer-remarkがパースしてくれる。

  • title:String・・・タイトル
  • date:Date・・・日付。YYYY-MM-DD の形。ダブルクォーテーションはつけない
  • category:Array・・・カテゴリの配列
  • slug:String・・・URL で使うやつ

各 key の後と配列の-の後はスペースいるよ

テンプレ

---
title: "hogehoge"
date: YYYY-MM-DD
category:
  - "piyo"
slug: /blog/huga
---

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published