# my-share **Repository Path**: mgang/my-share ## Basic Information - **Project Name**: my-share - **Description**: 我的分享 b站分享地址:https://space.bilibili.com/1174515315/channel/seriesdetail?sid=2829259 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://space.bilibili.com/1174515315/channel/seriesdetail?sid=2829259 - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-05 - **Last Updated**: 2023-05-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # marp-share ## 简介 基于`marp`的markdown语法编写ppt文档。 ## 目录内容说明 * it - 分享it相关的小经验、技巧等 * mind - 对一些问题的思考,记录部分关键点 ## 部署 以`docker`容器方式运行,将文档放到`/data/marp-share`下即可。 ``` shell docker run -d --restart=always --name marp-share -v /data/marp-share:/home/marp/app -p 30088:8080 swr.cn-south-1.myhuaweicloud.com/mangoorg/marp-cli:latest -s . ```