Startblog
Startblog is a simple Markdown blog system based on the CodeIgniter!
Install / Use
/learn @Cryin/StartblogREADME
Startblog
Startblog is a simple Markdown blog system based on the CodeIgniter!
Author: [Cryin']

Logging In
- demo.startblog.cc
- admin page:/admin/Index/login
- username:startblog
- password:startblog
Github:
运行环境:
- Apache+php 5.x + mysql
程序功能:
Markdown博文撰写、修改、删除功能,
Markdown在线编辑器,实时预览;
文章全文搜索、备份功能;
站点、博文SEO信息设置;
RSS订阅、友情链接功能;
反馈:
本着大道至简的原则,本Blog程序只维持最基本的Blog形态,不会轻易增加其它功能。有任何问题可以反馈至issues或者qq交流。
关于作者
- github https://github.com/Cryin
贡献者
感谢辉哥设计的Logo,感谢贡献者LUHOO、Hardy、Ant、半城人
捐赠者
感谢Hardy、格格、Ant、Michael Zhang的捐赠!
安装方法:
手动创建数据库
将程序上传至站点根目录,输入http://www.yoursite.cc/install进行安装即可
如果安装在目录则根据站点目录
修改application\config\config.php文件,添加目录字段,如目录为startblog: $config['base_url'] = 'http://'.$_SERVER['SERVER_NAME'].'/startblog';
修改.htaccess文件Rewrite规则,如目录为startblog则修改为:
RewriteEngine on
RewriteCond $1 !^(index.php|static|favicon.ico|robots.txt)
RewriteRule ^(.*)$ /startblog/index.php/$1 [L]
手动安装说明:
根据站点目录设置application\config\config.php文件$config['base_url']项
根据站点目录修改.htaccess文件Rewrite规则
设置数据库配置信息:application\config\database.php文件
创建数据库startblog,并导入sql文件,路径data\db\startblog.sql
管理默认用户名、密码均为startblog
nginx系统的.htaccess文件Rewrite规则 如下:
location / {
index index.php index.html;
if (!-e $request_filename)
{
rewrite ^/(.*)$ /index.php last;
}
}
Screenshot

Related Skills
node-connect
345.9kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
106.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
345.9kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
345.9kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
