Files
gufa-code-king/README.md
kang b8c0ab157d 立项:《古法代码之王》展示站
- 21 章小说正文 + 22 幅原创插图
- 近未来都市科幻爽文主题(AI 崩溃后古法程序员逆袭)
- 单页静态展示站(nginx:alpine + Dockerfile,Coolify 部署)
- Hero 主角参考图半透明叠加 + 金色渐变标题
- 章节目录 + 逐章阅读 + 画廊 lightbox

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-18 10:32:14 +08:00

31 lines
884 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 《古法代码之王》
> 当全世界都把写代码交给 AI只有一个被时代淘汰的人还记得如何真正让系统运转。
近未来都市科技爽文 + 原创 AI 插图的创作展示站。
- **正文**21 章,约 12 万字
- **插图**22 幅(主角参考 + 第 120 章 + 终章)
- **线上地址**[gufa-code.kang-kang.com](https://gufa-code.kang-kang.com)
## 目录结构
| 目录 | 内容 |
|---|---|
| `novel/` | 小说正文 md |
| `docs/` | 大纲、插画风格指南、插画提示词方案 |
| `source/` | AI 插图完整素材(处理版 + 原始版)|
| `raw-packages/` | 原始压缩包归档 |
| `web/` | 展示站Dockerfile + nginx:alpine|
## 本地预览
```bash
cd web && python3 -m http.server 8765
# open http://localhost:8765
```
## 部署
Coolify 指向 `web/Dockerfile`build 出 nginx:alpine 静态站。