bryht / bryht.github.io

home page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

home page

License:GNU General Public License v3.0


Languages

Language:SCSS 62.6%Language:JavaScript 37.4%