Giter VIP home page Giter VIP logo

startblog's Introduction

Startblog

Startblog is a simple Markdown blog system based on the CodeIgniter! 一款基于Codeigniter、Amazeui开发的简洁、易用、跨平台自适应的Markdown博客系统.

Author: [Cryin']

Live Demo

http://demo.startblog.cc

Logging In

  • demo.startblog.cc
  • admin page:/admin/Index/login
  • username:startblog
  • password:startblog

###Github:

github

###运行环境:

  • Apache+php 5.x + mysql

###程序功能:

Markdown博文撰写、修改、删除功能,

Markdown在线编辑器,实时预览;

文章全文搜索、备份功能;

站点、博文SEO信息设置;

RSS订阅、友情链接功能;

###反馈:

本着大道至简的原则,本Blog程序只维持最基本的Blog形态,不会轻易增加其它功能。有任何问题可以反馈至issues或者qq交流。

###关于作者

###贡献者

感谢辉哥设计的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

###Screenshot

startblog's People

Contributors

cryin avatar

Watchers

James Cloos avatar rooy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.