Skip to content

Saplonily/CelesteModTutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

蔚蓝CodeMod教程

个人的一些经验写成的教程, 仅此.
好像就没啥要说的了(?
目前 host 在两个位置:

https://saplonily.elecho.dev/celeste_mod_tutorial
https://sapcelestemod.netlify.app

自行 host

文档网页使用 python 工具 mkdocs 构建, 自行 host 很简单:

首先 clone 仓库:

git clone https://github.com/Saplonily/CelesteModTutorial

记得子模块也要拉下来:

git submodule update --init --recursive

安装 mkdocs python 工具环境, 如果你还没有的话:

pip install mkdocs
pip install mkdocs-material

开放网页服务:

mkdocs serve

默认开放在 localhost:8000.


本系列内容依据 CC BY-SA 4.0 许可证进行授权