Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhznjns/bnotee-blog
Blog version of BNotee.
https://github.com/bhznjns/bnotee-blog
blog static-site vite webcomponents
Last synced: 7 days ago
JSON representation
Blog version of BNotee.
- Host: GitHub
- URL: https://github.com/bhznjns/bnotee-blog
- Owner: BHznJNs
- Created: 2022-07-09T06:53:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T15:41:23.000Z (about 2 years ago)
- Last Synced: 2023-03-11T07:22:54.445Z (almost 2 years ago)
- Topics: blog, static-site, vite, webcomponents
- Language: JavaScript
- Homepage: https://bhznjns.github.io/BNotee-blog/dist/
- Size: 3.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BNotee-blog
一个静态博客网站后台程序,自带笔记编辑程序,基于 [BNotee-server](https://github.com/BHznJNs/BNotee-server)
## 安装
转到`release`页面,下载最新的 release,解压,cd 进入目录,在终端执行如下命令
```shell
install.sh
```## 命令汇总
启动写作程序
```shell
npm run write
```更新最近更新数据
```shell
npm run
```预览效果
```shell
npm run preview
```文件夹修改应用
```shell
npm run reset
```