{"id":14987254,"url":"https://github.com/cryin/startblog","last_synced_at":"2025-04-11T23:23:31.239Z","repository":{"id":108853374,"uuid":"63858701","full_name":"Cryin/Startblog","owner":"Cryin","description":"Startblog is a  simple Markdown blog system  based on the CodeIgniter! ","archived":false,"fork":false,"pushed_at":"2020-03-27T09:07:10.000Z","size":42561,"stargazers_count":107,"open_issues_count":7,"forks_count":40,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-03-25T19:14:59.118Z","etag":null,"topics":["amazeui","blog","codeigniter","markdown","startblog"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Cryin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-21T10:05:35.000Z","updated_at":"2024-08-07T03:29:34.000Z","dependencies_parsed_at":"2023-04-17T12:46:13.257Z","dependency_job_id":null,"html_url":"https://github.com/Cryin/Startblog","commit_stats":{"total_commits":96,"total_committers":3,"mean_commits":32.0,"dds":0.46875,"last_synced_commit":"17328944e9256027602cb6b098f2f729548a0e15"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cryin%2FStartblog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cryin%2FStartblog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cryin%2FStartblog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cryin%2FStartblog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cryin","download_url":"https://codeload.github.com/Cryin/Startblog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248493553,"owners_count":21113279,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amazeui","blog","codeigniter","markdown","startblog"],"created_at":"2024-09-24T14:14:20.101Z","updated_at":"2025-04-11T23:23:31.219Z","avatar_url":"https://github.com/Cryin.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Startblog\n\n\u003e Startblog is a simple Markdown blog system based on the CodeIgniter!\n\n\u003eAuthor: [Cryin']\n\n![](http://i1.piimg.com/567571/6947db2521f305f1.jpg)\n \n#### Logging In\n\n* demo.startblog.cc \n* admin page：/admin/Index/login\n* username：startblog\n* password：startblog\n\n### Github:\n \n  [github]( https://github.com/Cryin/Startblog)\n  \n### 运行环境:\n\n* Apache+php 5.x + mysql\n \n### 程序功能：\n\n\u003eMarkdown博文撰写、修改、删除功能,\n\n\u003eMarkdown在线编辑器,实时预览;\n\n\u003e文章全文搜索、备份功能;\n\n\u003e站点、博文SEO信息设置;\n\n\u003eRSS订阅、友情链接功能;\n\n\n### 反馈:\n\n本着大道至简的原则，本Blog程序只维持最基本的Blog形态，不会轻易增加其它功能。有任何问题可以反馈至issues或者qq交流。\n\n### 关于作者\n\n* github https://github.com/Cryin\n\n### 贡献者\n\n感谢辉哥设计的Logo，感谢贡献者LUHOO、Hardy、Ant、半城人\n\n### 捐赠者\n\n感谢Hardy、格格、Ant、Michael Zhang的捐赠！\n\n\n### 安装方法:\n\n\u003e手动创建数据库\n\n\u003e将程序上传至站点根目录,输入http://www.yoursite.cc/install进行安装即可\n\n如果安装在目录则根据站点目录\n\n\u003e修改application\\config\\config.php文件，添加目录字段，如目录为startblog：\n$config['base_url'] = 'http://'.$_SERVER['SERVER_NAME'].'/startblog';\n\n\u003e修改.htaccess文件Rewrite规则，如目录为startblog则修改为：\n\u003e\u003eRewriteEngine on  \n\u003e\u003eRewriteCond $1 !^(index\\.php|static|favicon\\.ico|robots\\.txt)  \n\u003e\u003eRewriteRule ^(.*)$ /startblog/index.php/$1 [L]\n\n### 手动安装说明:\n\n\u003e根据站点目录设置application\\config\\config.php文件$config['base_url']项\n\n\u003e根据站点目录修改.htaccess文件Rewrite规则\n\n\u003e设置数据库配置信息：application\\config\\database.php文件\n\n\u003e创建数据库startblog，并导入sql文件，路径data\\db\\startblog.sql\n\n\u003e管理默认用户名、密码均为startblog\n\n#### nginx系统的.htaccess文件Rewrite规则 如下：\n\n```\nlocation / {\nindex index.php index.html;\n if (!-e $request_filename)\n {\n  rewrite ^/(.*)$ /index.php last;\n }\n}\n```\n\n### Screenshot\n![](http://i2.muimg.com/567571/c5f0fac2fcde0b02.png)\n![](http://i4.buimg.com/567571/79ae794be212b2f1.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryin%2Fstartblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcryin%2Fstartblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryin%2Fstartblog/lists"}