在Replit部署Typecho博客 + Butterfly主题移植
个人版(不推荐):
教育版:
将以下代码粘贴至Replit Shell后回车
git clone https://github.com/valetzx/typechonreplit && mv -b typechonreplit/* ./ && mv -b typechonreplit/.[^.]* ./ && rm -rf *~ && rm -rf typechonreplit
当加载完 Loading Nix environment... 在Shell中运行main.sh初始化,初始化完成后点击绿色 ▶ Run 运行
默认请使用sqlite数据库
postgresql数据库版:https://github.com/valetzx/typechonreplitwithpg