通过 Gatsby cli,你可以快速建立一个如同 Kun's Blog 的博客系統。
你可以直接修改 /src/content/*.md
,或者接入 Netlify-cms cms 系统来管理,也可以等待后续支持 Notion 更为方便。
你可以基于本博客代码进行以下优化:
你可以使用以下按鈕來構建和部署博客的一個副本:
在你點擊上面的按鈕之後,你就會賦予 Netlify 取得你的 Github 授權,以及選擇倉庫名稱。Netlify 會自動創建一個倉庫,並且複製那裡的文件。
之後,它會自動構建和部署一個新的網站,為你帶來一個完整的博客系統。
如果你喜欢 我的博客,請給個 star,多謝。
npm install --global gatsby-cli
awesome-blog
是您博客的文件夾gatsby new awesome-blog https://github.com/calpa/gatsby-starter-calpa-blog
cd awesome-blog
运行代码
npm start
启动热重载服务 (基于Gatsby)open http://localhost:8000
在浏览器中打开在 data/config
编辑 exports
注意: 想要查找 theme_color 十六进制代码,请单击此处。
module.exports = {
title: 'your blog title here',
maxPages: 12
meta: {
description: 'blog description',
keyword: 'blog, JavaScript',
theme_color: '#hexcode',
favicon: 'https:yourimageurl.com',
google_site_verification: 'your google verification hash',
},
name: 'your name',
email: 'your_email@gmail.com',
iconUrl: 'https://youricon.jpg',
License: 'by',
url: 'https://yourblog.me',
about: '/2018/05/01/about-your-name/',
// Sidebar
zhihuUsername: 'your zhiu user name here',
githubUsername: 'your github user name here',
friends: [
{
title: 'friend title',
href: 'link to their blog',
}
]
插件的配置文件:
gaOptimizeId: 'GTM-WHP7SC5',
gaTrackId: 'UA-84737574-3',
navbarList: [
{
href: '/stats/',
title: 'stat title',
},
{
href: '/tags/',
title: 'tags',
},
{
href: '/guestbook/',
title: 'guestbook',
},
{
href: '/blog/',
title: 'your title',
},
],
redirectors: [
{
fromPath: '/',
toPath: '/page/1',
},
],
配置Gitalk
gitalk: {
clientID: '18255f031b5e11edd98a',
clientSecret: '2ff6331da9e53f9a91bcc991d38d550c85026714',
repo: 'calpa.github.io',
owner: 'calpa',
admin: ['calpa'],
distractionFreeMode: true,
},
}
Kun 的博客 目前正在使用Netlify,當然,您可以使用 Github Pages 作為替代方案。
Github Pages
npm run deploy
将博客部署到 Github Pages
Netlify
自动部署
对于 window is defined
, 引包前检查 window :
if (typeof window !== `undefined`) {
const module = require("module");
}
npm run reset
清除本地緩存请阅读 CONTRIBUTING.md 获取更多信息。
如果您对此项目感兴趣,请联系Kun Zhang。
感謝关注本 Repo...... :)