diff --git a/.gitignore b/.gitignore index 75f162b..c2dcade 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,4 @@ -################################################################################ -# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。 -################################################################################ - - + # User-specific files *.suo *.user diff --git a/DotNetBlog.sln b/DotNetBlog.sln index 881e95b..9809348 100644 --- a/DotNetBlog.sln +++ b/DotNetBlog.sln @@ -30,6 +30,12 @@ Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "DotNetBlog.Admin", "src\Dot SlnRelativePath = "src\DotNetBlog.Admin\" EndProjectSection EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "files", "files", "{02C7FD13-EC96-4951-A672-8791CDF11331}" + ProjectSection(SolutionItems) = preProject + .gitignore = .gitignore + README.md = README.md + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/README.md b/README.md index dbd0e21..964795f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # DotNetBlog A Tiny Blog Written in Asp.Net Core -The blog is hosted on [http://120.24.36.219/](http://120.24.36.219/) - How to Build and Run: * Clone the repository @@ -18,12 +16,7 @@ How to Build and Run: npm install webpack ``` -* Install front-end client libraries - ``` - cd src/DotNetBlog.Web - bower install - ``` * Edit connection string Open 'src/DotNetBlog.Web/App_Data/config.json' to specify you own connection string. @@ -45,6 +38,4 @@ How to Build and Run: ``` * Initialize the blog - You can access 'http://{YourBlogAddress}/install' to initialize the blog, this will help to create a default admin user, which username and password are both 'admin'. - -The project is still in DEVELOPMENT! \ No newline at end of file + You can access 'http://{YourBlogAddress}/install' to initialize the blog.