Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hubenchang0515/marked-blog

A markdown blog without backend.
https://github.com/hubenchang0515/marked-blog

Last synced: 9 days ago
JSON representation

A markdown blog without backend.

Awesome Lists containing this project

README

        

# Marked Blog

一个无后端的 markdown 博客。

A markdown blog without backend.

## Usage - 使用说明

存储结构:

* `public/blog/article` 用于存储文章
* `public/blog/resource` 用户存储资源文件,例如图片

Storage Structure:

* `public/blog/article` is used to store articles
* `public/blog/resource` is used to store resource files such as images

### Build & Deploy - 构建与部署

```bash
npm run summary # 生成目录
npm run build # 构建
npm run deploy # 部署
```