/bryht.github.io

home page

Primary LanguageSCSSGNU General Public License v3.0GPL-3.0

Guide

Gatsby Publish

config gatsby-config.js

  • config siteMetadata
  • config rss source gatsby-source-rss-feed

config avatar

  • src\components\pic.jpg

config CNAME

  • change domain in CNAME file

write article

add .md file under content/blog/my-article-1 with structure like this

---
title: 'Welcome!'
date: 2021-02-15
description: this is the initial document.(optional)
img: ./pic01.png (optional)
---

deploy

  • npm run deploy