github-blog:使用Github Issues的博客系统

时间:2021-05-17 05:18:05
【文件属性】:
文件名称:github-blog:使用Github Issues的博客系统
文件大小:131KB
文件格式:ZIP
更新时间:2021-05-17 05:18:05
markdown blog-engine zeit github-integration JavaScript 欢迎来到github-blog :waving_hand: 使用Github Issues的博客系统 :house: 通常的博客系统。 除此以外,所有后端都连接到Github。 所有博客文章都链接到所需的回购问题。 安装 将仓库下载到您的文件系统 $ git clone https://github.com/bufgix/github-blog && cd github-blog 安装所需的依赖项 $ yarn # or $ npm install 然后来到config.js并写下您的信息 export default { // Github username username : "bufgix" , // Repo name where you will write your blogs repoName : "bufgix.github.io" , // If you want, you
【文件预览】:
github-blog-master
----config.js(283B)
----READMETR.md(4KB)
----next.config.js(234B)
----package.json(736B)
----now.json(95B)
----LICENSE(1KB)
----pages()
--------index.js(1KB)
--------tag()
--------blog()
--------_app.js(1KB)
----.gitignore(2KB)
----components()
--------index.js(584B)
--------header.js(2KB)
--------container.js(217B)
--------footer.js(1KB)
--------reactions-bar.styles.css(255B)
--------reactions-bar.js(2KB)
--------profile-bar.js(3KB)
--------blog()
----README.md(4KB)
----yarn.lock(295KB)
----utils()
--------index.js(555B)
--------ApiService.js(3KB)

网友评论