Gitleaf 是一个 Github Style 的单页面博客应用程序,后台数据源依托于 Github Issues,使用开源项目 Gitalk 作为博客评论系统。该主题基于 Github 全家桶,脱离服务器与数据库,关注内容本身,操作简单,免费食用。
技术栈:Github Api + Github Pages + Github Style + Gitalk
在线演示:蝉時雨
主题食用参考主题 Aurora,两者配置文件基本一致,需要注意的是 Leancloud 需要新建一个表 Star 用于存放文章 star:食用指南
[email protected]:chanshiyucx/gitleaf.git
cd gitleaf
npm install # or yarn
修改目录 src/config.js
的配置文件,每个配置项都有详细说明。注意修改 vue.config.js 的 publicPath。
页面模板参考: 文章、关于、标签、分类、书单等模板,第一次食用可以直接 Fork 预览效果。
npm start
浏览器打开 https://localhost:8000
便可访问新的博客!
npm run build
打包完毕,将 dist
目录下生成的静态文件发布 Github Pages
或 Coding Pages
即可。
Just enjoy it ฅ●ω●ฅ
This project is licensed under the MIT License.