https://github.com/xingorg1/xingorg1note
基于vuepress搭建的静态博客
https://github.com/xingorg1/xingorg1note
e-books
Last synced: about 1 month ago
JSON representation
基于vuepress搭建的静态博客
- Host: GitHub
- URL: https://github.com/xingorg1/xingorg1note
- Owner: xingorg1
- Created: 2019-11-27T08:55:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T15:10:42.000Z (almost 3 years ago)
- Last Synced: 2025-09-01T18:51:56.627Z (about 1 month ago)
- Topics: e-books
- Language: Shell
- Homepage: https://xingorg1.github.io/xingorg1Note/
- Size: 91 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# xingorg1Note
[网站的数据统计地址](https://analytics.google.com/analytics/web/?authuser=0#/report-home/a155302468w219054088p208652917)
[迭代记录](https://github.com/xingorg1/xingorg1Note/blob/master/CHANGELOG.md)
## 快速起步
安装:
```bash
npm i
# OR
cnpm i
```运行:
```bash
npm run dev
# OR
npm run serve
```打包:
```bash
npm run build
```发布前没有写入权限的处理:
```bash
# 在项目根目录下运行:
cd .git
sudo chmod -R g+ws *
# 输入密码回车,成功后回到项目目录
```
自动发布:```bash
bash publickey.sh # 好麻烦sudo npm run push "提交的说明文案,注意千万不能有空格" # 记得带sudo
```[comment]: <> (# 声明:这里边的内容不会被显示出来?)