Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"ExpandedNodes": [
"",
"\\BlogEngine"
],
"SelectedNode": "\\BlogEngine\\BlogEngine.sln",
"PreviewInSolutionExplorer": false
}
Binary file added .vs/slnx.sqlite
Binary file not shown.
3 changes: 2 additions & 1 deletion BlogEngine/BlogEngine.NET/BlogEngine.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<UseGlobalApplicationHostFile />
<TypeScriptToolsVersion>1.6</TypeScriptToolsVersion>
<TypeScriptToolsVersion>2.2</TypeScriptToolsVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -611,6 +611,7 @@
<Content Include="fonts\fontawesome-webfont.svg" />
<Content Include="fonts\glyphicons-halflings-regular.svg" />
<Content Include="FrontPageExample.aspx" />
<Content Include="Lock.html" />
<Content Include="packages.config" />
<Content Include="Content\images\blog\ext.png" />
<Content Include="Content\images\blog\pkg.png" />
Expand Down
12 changes: 12 additions & 0 deletions BlogEngine/BlogEngine.NET/Lock.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>锁文件</title>
</head>
<body>
<div>
Hello,This is Roby518 Commit.
</div>
</body>
</html>
27 changes: 13 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
## BlogEngine.NET Source Code
This repository provides latest source code for BlogEngine.NET project (https://blogengine.codeplex.com)
## BlogEngine.NET 源代码说明
本人个人发现改引擎不错,故对其进行中文版改进。这个代码仓库为BlogEngine.NET提供最新的源码 (https://blogengine.codeplex.com)

## Environment
* Visual Studio 2015 Community +
* ASP.NET 4.5 +
## 环境说明
 * Visual Studio 2015 Community +,推荐使用Visual Studio Community 2017。
 * ASP.NET 4.5 +

## Get started
1. Clone repository
2. Open solution in Visual Studio 2015
3. Builld and run solution to load website in the browser
4. Use admin/admin to log into website administration
## 入门开始
 1. 克隆代码仓库到本地
 2. 用Visual Studio 2017 打开解决方案
 3. 编译运行解决方案,同通过浏览器可以查看网站的运行
 4. 使用账号/密码:admin/admin 去登陆网站的后台管理员账号。
![后台面板信息截图-3](https://cloud.githubusercontent.com/assets/1932785/11760070/0012f9d8-a052-11e5-84a8-e9097cb85f23.png)

![dashboard-3](https://cloud.githubusercontent.com/assets/1932785/11760070/0012f9d8-a052-11e5-84a8-e9097cb85f23.png)

## Themes
We will share everything about themes and how you can create your own theme on [This page](http://francis.bio/BlogEngine/).
## 主题说明
我们将分享所有有关主题 和如何创建自己的主题。[主题案例](http://francis.bio/BlogEngine/).