Xiuyu-Li / blog

My blog built with Gatsby & React

Home Page:https://xiuyuli.com/blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog

Netlify Status

This is my own blog built with Gatsby.

Old version

Get Started

# Run dev server at localhost
npm run dev

# Build your website to blog folder
bash build.sh

# Build and deploy your website to GitHub Pages, Netlify or wherever you want.
npm run deploy

Structure

                         Github
                      +----------+              Lambda,         
                      |  Action  |              Redirect,        
                      |          |              etc.             
                  +---+----+-----v----+        +---------+         +---------+
+--------+  Push  |        |          | Deploy |         | Request |         |
| Author +--------> master | gh-pages +--------> Netlify <---------+ Clients |
+--------+        |        |          |        |         |         |         |
                  +--------+----------+        +---------+         +----+----+
                       Repository                                                           
                                                                               

Credits

LICENSE

  1. Blog posts (/content/blog) and assets (/content/assets) are licensed under the CC BY 4.0 license.
  2. All codes are licensed under the MIT license.
  3. All Copyright reserved for the rest of the content.

About

My blog built with Gatsby & React

https://xiuyuli.com/blog

License:MIT License


Languages

Language:JavaScript 80.1%Language:CSS 12.6%Language:TypeScript 6.9%Language:Shell 0.4%