Aucune description

Dhammavari e59bdcd4b5 格式 il y a 4 ans
.gitee 4cda091081 Initial commit il y a 4 ans
src e59bdcd4b5 格式 il y a 4 ans
theme c63aac7e9d 新增操作流程与主题确定 il y a 4 ans
.DS_Store 1fed4bd726 行仪 il y a 4 ans
.gitignore ce2daf042d 增加ignore il y a 4 ans
README.md 6d0e8e9e1f 新增预览地址 il y a 4 ans
book.toml c63aac7e9d 新增操作流程与主题确定 il y a 4 ans
mermaid-init.js c63aac7e9d 新增操作流程与主题确定 il y a 4 ans
mermaid.min.js c63aac7e9d 新增操作流程与主题确定 il y a 4 ans
saranam1.code-workspace e4c22cb187 Merge branch 'master' of https://gitee.com/dhammapala/fofazhishi il y a 4 ans

README.md

教理部教材预览

预览地址

安装

vscode

mdbook

1. 下载

download at github

windows用户请下载 ***windows-msvc.zip

2. 解压缩

Windows

解压缩到c:

启动 mdbook

在仓库文件夹启动集成终端

vscode 菜单->终端->新终端

或 ctl+`

键入

c:\mdbook.exe serve --port 3000 --hostname 192.168.2.12 --open

其中:

  • --port后面设置端口
  • --hostname后面写自己的ip地址 浏览器会自动打开

home

ctrl+c 退出服务器