Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valetzx/typechonreplit
在Replit部署typecho博客并添加butterfly主题
https://github.com/valetzx/typechonreplit
replit typecho
Last synced: about 18 hours ago
JSON representation
在Replit部署typecho博客并添加butterfly主题
- Host: GitHub
- URL: https://github.com/valetzx/typechonreplit
- Owner: valetzx
- Created: 2022-05-09T14:49:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-05T07:45:06.000Z (over 2 years ago)
- Last Synced: 2024-04-19T06:44:58.761Z (7 months ago)
- Topics: replit, typecho
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# typechonreplit
在Replit部署Typecho博客 + [Butterfly主题移植](https://blog.wehaox.com/archives/typecho-butterfly.html#cl-3 )个人版(不推荐):
教育版:
将以下代码粘贴至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