Dushyant 的博客网站:基于 Gatsby 的静态博客生成器

Dushyant 的博客网站是基于 Gatsby 构建的静态博客生成器。它移植自 v2,并使用了 Gatsby 主题。

本地构建

  • npm install gatsby
  • gatsby build
  • gatsby develop

Docker 构建

  • docker build -t myproject/website .
  • docker run --rm -p 80:80 myproject/website

浏览器访问

http://localhost

编辑网站标题和描述

edit gatsby-config.js

siteMetadata : {
  title : 'My awesome site name'
  description : 'This a description for my site'
  siteUrl :
}
zip 文件大小:10.65MB