https://github.com/zhaopeiym/hi-blogs
嗨博客 ASP.NET Core2.0 + CentOS7.3 + MySql5.6.37 + Redis + nginx1.12.1
https://github.com/zhaopeiym/hi-blogs
blog blogs dotnet-core-blog hi-blog hi-blogs hiblog hiblogs
Last synced: about 1 month ago
JSON representation
嗨博客 ASP.NET Core2.0 + CentOS7.3 + MySql5.6.37 + Redis + nginx1.12.1
- Host: GitHub
- URL: https://github.com/zhaopeiym/hi-blogs
- Owner: zhaopeiym
- License: mit
- Created: 2017-07-31T02:12:37.000Z (almost 8 years ago)
- Default Branch: Dev
- Last Pushed: 2019-04-12T00:09:42.000Z (about 6 years ago)
- Last Synced: 2025-04-13T01:57:06.598Z (about 1 month ago)
- Topics: blog, blogs, dotnet-core-blog, hi-blog, hi-blogs, hiblog, hiblogs
- Language: C#
- Homepage: http://blog.haojima.net
- Size: 754 KB
- Stars: 83
- Watchers: 15
- Forks: 42
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hi-Blogs
## 嗨博客,基于ASP.NET Core2.0的跨平台的免费开源博客系统
- 演示地址:https://haojima.net/
- 意见和建议:https://github.com/zhaopeiym/Hi-Blogs/issues## 使用到的相关平台、技术和工具
- ASP.NET Core2.0 (底层框架)
- CentOS7.3 (运行平台)
- MySql5.6.37 (数据库,EF Core2.0+Pomelo.EntityFrameworkCore.MySql驱动)
- nginx1.12.1 (代理)
- Reids (缓存,StackExchange.Redis免费开源的.NET版的Reids客户端)
- AngleSharp (Html解析组件)
- Serilog (日志组件)# 相关链接
[开发日志、计划](https://github.com/zhaopeiym/Hi-Blogs/blob/Dev/%E5%BC%80%E5%8F%91%E6%97%A5%E5%BF%97%E3%80%81%E5%A4%87%E5%BF%98%E3%80%81%E8%AE%A1%E5%88%92.md)# 学习资料
- [Linux视频](http://study.163.com/course/courseMain.htm?courseId=266032)
- [鸟哥的Linux](http://linux.vbird.org/linux_basic/0157installcentos7.php)
- [Docker入门](https://yeasy.gitbooks.io/docker_practice/content/?q=)
- [Redis命令参考](http://redisdoc.com/)
- [The Little Redis Book](https://github.com/JasonLai256/the-little-redis-book/blob/master/cn/redis.md)
- [StackExchange.Redis](https://stackexchange.github.io/StackExchange.Redis/)
- [ASP.NET Core](https://docs.microsoft.com/zh-cn/aspnet/core/)
- [EF Core](https://docs.microsoft.com/en-us/ef/core/)