GithubHelp home page GithubHelp logo

zhangting89 / iblog Goto Github PK

View Code? Open in Web Editor NEW

This project forked from eshengsky/iblog.net

0.0 1.0 0.0 17.43 MB

美观大方、功能全面的个人博客系统。

License: GNU General Public License v3.0

C# 1.77% CSS 12.04% ASP 0.06% JavaScript 81.57% HTML 4.55%

iblog's Introduction

iBlog

美观大方、功能全面的个人博客系统。
(基于 Node.js 的 iBlog 点击这里

功能模块

  • 博客
    展示发布的文章或外部链接。
  • 留言
    供访问者留言。
  • 关于
    一个简约现代的个人简介页面。
  • 后台管理
    包含网站统计、博客管理(新的文章、分类管理、文章管理)、评论管理、留言管理、关于管理、缓存管理、异常管理、系统设置。

技术构成

页面预览

快速开始

准备条件

在Windows上安装IISMongoDBRedis

发布站点

使用Release模式编译iBlog解决方案,将iBlog.WebUI作为网站目录发布到IIS。

参数配置

在iBlog.WebUI下的web.config中,查找并修改MongoDB连接信息:
<add name="MongoDB" connectionString="mongodb://localhost:27017/iBlog" />
Redis的配置信息:
<RedisConfig WriteServerList="192.168.1.101:6379" ReadServerList="192.168.1.101:6379" MaxWritePoolSize="60" MaxReadPoolSize="60" AutoStart="true"/>
站点成功启动后,可以在前台任一页面的底部找到"后台管理"链接,默认管理员账号:admin,密码:123456,可在web.config中修改(密码需要MD5加密):
<add key="UserName" value="admin" />
<add key="PwdMd5" value="e10adc3949ba59abbe56e057f20f883e" />
在"后台管理-系统设置"页面中,可以配置其它参数。

Enjoy it! 😄

许可协议

基于GPL开源许可协议。

iblog's People

Contributors

eshengsky avatar

Watchers

James Cloos 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.