Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hubenchang0515/marked-blog
- Owner: hubenchang0515
- License: mit
- Created: 2024-10-27T10:54:40.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-27T12:05:55.000Z (3 months ago)
- Last Synced: 2024-10-28T14:51:39.962Z (3 months ago)
- Language: TypeScript
- Homepage: https://hubenchang0515.github.io/marked-blog/
- Size: 790 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 # 部署
```