Siwei Chen
Siwei Chen
为什么要加 ``
repository topic : markdown blog base on CodeIgniter, writing blog with markdown!基于CI的markdown博客 http://www.gitblog.cn/ 文档地址需更新
check your nginx 'Rewrite Rules' You may take a look at [this](https://github.com/jockchou/gitblogdoc/blob/master/posts/gitblog/nginx.md) as a reference.
把你的Nginx配置和部署的URL(或者URI)贴上来
用sed批量改啊
1. 各家blog的markdown都有各自的定义,种类繁多,我个人的理解是,能用一两行自定义参数的sed解决的问题,没有精力同时也没必要去考虑兼容。 2. 如果每篇都要有对应的config文件,或者在同一个config文件里有对应的选项,我觉得反而不够灵活,跟jockchou 写个md文件往文件夹里一扔就是一篇博客 的设想不太一致。
举例: extra_model_metadata 设置如下时 ```json "extra_model_metadata": { "DeepSeek V2": { "model_name": "deepseek-chat", "description": "This is DeepSeek's powerful open source LLM.", "model_type": "OpenAIVision", "multimodal": false, "api_host": "https://api.deepseek.com", "api_key": "sk-xxxxxxxx", "token_limit": 4096, "system":...
updated readme files except ko ( I don't know how to write in Korean)
Any model description required in presets.py & locale files?
启用插件了吗?或者typecho最近更新过插件钩子吗?否则不应该添加不上代码啊 btw 我已经脱坑typecho了,这个插件也停止维护了,插件的原理很简单,你可以自己修改试试