Skip to content

Gatsby极简博客

项目https://github.com/gatsbyjs/tutorial-example
原站https://gatsbytutorialexample.gatsbyjs.io/

修改

gatsby-config.js 站点标题 站点链接

src/components/layout.js 菜单项

src/pages内 修改相关独立页面内容

文章

MD抬头

bash
---
title: "一级标题"
date: "文章-发布-时间"
slug: "文章路由名称"
hero_image: "./jane-almon-7rriIaBH6JY-unsplash.jpg"
hero_image_alt: "图片属性"
hero_image_credit_text: "图像作者?"
hero_image_credit_link: "图片页地址"
---

命令

npm install

npm run develop


看看效果