Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moremind/vuepress-blog
:octocat: vuepress build a simple page blog with tag and archives,love it,please fork or give a star.
https://github.com/moremind/vuepress-blog
valine vue vuepress vuepress-blog
Last synced: 10 days ago
JSON representation
:octocat: vuepress build a simple page blog with tag and archives,love it,please fork or give a star.
- Host: GitHub
- URL: https://github.com/moremind/vuepress-blog
- Owner: moremind
- License: mit
- Created: 2018-08-22T03:55:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T09:46:50.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T10:16:33.455Z (about 1 month ago)
- Topics: valine, vue, vuepress, vuepress-blog
- Language: Vue
- Homepage: https://www.finen.top
- Size: 3 MB
- Stars: 47
- Watchers: 1
- Forks: 28
- Open Issues: 7
-
Metadata Files:
- Readme: README-V0.x.md
- License: LICENSE
Awesome Lists containing this project
README
## vuepress版本为0.14.x
## 运行项目yarn install //安装依赖
yarn dev //运行## 本地演示
> 如果看到下面这行即说明开发运行正常VuePress dev server listening at http://localhost:8080/
> 打开浏览器,输入localhost:8080即可访问
## demo
[demo](https://www.finen.tech/)## 广告?
> 因为使用了vuepress-theme-vue主题,所以需要删除一部分代码即可正常。在node_modules下搜索vuepress-theme-vue在Layout.vue中删除以下代码即可
## 开发
> 如果您想用该项目部署您自己的blog,请fork本项目,然后clone到您本地即可更改。如果您懂vue.js,那您可以自己开发一部分插件。
## 评论功能
### 评论工具1 Valine.js
[Valine.js使用方法](https://valine.js.org/)### 评论工具2 gittalk
[Gittalk](https://gitalk.github.io/)### 评论工具3 gitment
[Gitment](https://imsun.github.io/gitment/)代码已经写好,在.vuepress目录下的enhanceApp.js中,依照网上配置可以很轻松使用Gitment或者Gittalk。
Valine.js的某些bug确实有点烦恼,目前还在修缮中!## 禁止评论
> 很多情况的页面都不想被评论,所以在每篇文档开头设置即可!如下:---
title: git 进阶操作命令
comments: true or false
---
true: 可以评论,false: 禁止评论## 官网文档
[Vuepress文档](https://vuepress.docschina.org/)
## Valine.js食用方法
[Valine.js文档](https://valine.js.org/)## 浏览器支持
Most browsers(Firefox,Chrome等)## Bug
页面变动没有自动刷新路由。## TODO
1. 使用其他方法更新评论组件 或者使用其他较为好用的评论组件
2. 添加categories and tag
3. 跟换其他主题## LiCENSE
MIT