{"id":22957474,"url":"https://github.com/lixinyang123/corehome","last_synced_at":"2025-08-13T03:33:14.069Z","repository":{"id":37881055,"uuid":"237633906","full_name":"lixinyang123/CoreHome","owner":"lixinyang123","description":"A blog system based on .NET 🏠","archived":false,"fork":false,"pushed_at":"2025-05-15T01:46:38.000Z","size":45268,"stargazers_count":98,"open_issues_count":0,"forks_count":17,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-15T02:35:54.315Z","etag":null,"topics":["aspnet","blog-system","dotnet"],"latest_commit_sha":null,"homepage":"https://www.lllxy.net","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lixinyang123.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-01T15:22:03.000Z","updated_at":"2025-05-15T01:46:42.000Z","dependencies_parsed_at":"2024-01-24T08:28:18.382Z","dependency_job_id":"1b6b3289-5770-4a3f-9861-9d4d07455c0b","html_url":"https://github.com/lixinyang123/CoreHome","commit_stats":null,"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/lixinyang123/CoreHome","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lixinyang123%2FCoreHome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lixinyang123%2FCoreHome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lixinyang123%2FCoreHome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lixinyang123%2FCoreHome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lixinyang123","download_url":"https://codeload.github.com/lixinyang123/CoreHome/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lixinyang123%2FCoreHome/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270175827,"owners_count":24540094,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-13T02:00:09.904Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aspnet","blog-system","dotnet"],"created_at":"2024-12-14T17:17:05.780Z","updated_at":"2025-08-13T03:33:13.707Z","avatar_url":"https://github.com/lixinyang123.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CoreHome\n\n![build](https://github.com/lixinyang123/CoreHome/workflows/build/badge.svg?branch=main)\n\nAn open source blog system based on [.NET](https://dotnet.microsoft.com/) and [Alibaba Cloud](https://www.aliyun.com/).\n\nCurrent personal [website](https://www.lllxy.net), \n\n### Features\n\n- Personal information management.\n- Homepage project management.\n- Theme management (background, light and dark themes, BGM).\n- Blog management (classification, tagging, archiving, comments).\n- Feedback alerts.\n- Network status detection.\n\n### Screenshot\n\n\u003cdiv style=\"display:flex; width: 100%;\"\u003e\n    \u003cimage style=\"width: 49%;\" src=\"https://user-images.githubusercontent.com/32838371/168005656-1e49ccb1-737c-464c-bd25-5a7e2f89541b.png\" /\u003e\n    \u003cimage style=\"width: 49%;\" src=\"https://user-images.githubusercontent.com/32838371/195136555-73ce167e-114b-45c5-a6f2-11d65724174f.png\" /\u003e\n    \u003cimage style=\"width: 49%;\" src=\"https://user-images.githubusercontent.com/32838371/195137729-485080ad-5f69-4a8b-859d-ac8bf0245c06.jpeg\" /\u003e\n    \u003cimage style=\"width: 49%;\" src=\"https://user-images.githubusercontent.com/32838371/141163201-b37de67f-91f2-4333-840e-b888ae1d505e.jpeg\" /\u003e\n    \u003cimage style=\"width: 49%;\" src=\"https://user-images.githubusercontent.com/32838371/195313142-b0cc7ba1-0738-47f9-8864-2dba231fdf6c.png\" /\u003e\n    \u003cimage style=\"width: 49%;\" src=\"https://user-images.githubusercontent.com/32838371/195313304-4cd9a30a-9ea9-4f57-8c65-c4c390819c97.png\" /\u003e\n\u003c/div\u003e\n\t\n### Build from source\n\n#### Install pre-requisites\n\n- Visual Studio 2022 / Visual Studio Code\n- .NET 8.0 SDK\n- Libman (VS Extension)\n- Bundler \u0026 Minifier (VS Extension)\n- Mysql\n- Docker（WSL2 is recommended）\n\n\u003e If you use Visual Studio (Not Visual Studio Code), you don't need to install Libman CLI and Entity Framework CLI.\n\nInstall Libman CLI：\n\n```shell\ndotnet tool install -g Microsoft.Web.LibraryManager.Cli\n```\n\nInstall Entity Framework Core CLI\n\n```shell\ndotnet tool install -g dotnet-ef\n```\n\nClone source code\n\n```shell\ngit clone https://github.com/lixinyang123/CoreHome.git\n```\n\nConfiguration \n\nYou can refer to [this](https://www.lllxy.net/Blog/Detail/b73acc42-ec42-4151-b108-a680bd1e0c87) blog to configure.\n\n- CoreHome\n\t- CoreHome.HomePage\n\t\t- appsettings.json\n\t\t- wwwroot/SiteMap.txt\n\t\t- wwwroot/favicon.ico\n\t- CoreHome.Admin\n\t\t- appsettings.json\n\t\t- wwwroot/favicon.ico\n\t- CoreHome.ReverseProxy\n\t\t- appsettings.json\n\n\u003e The content of appsettings.json in `CoreHome.HomePage` and `CoreHome.Admin` is exactly the same, just copy and paste.\n\n#### Configure database:\n\nBoth CoreHome.HomePage and CoreHome.Admin's `application.json` files should be configured.\n\n```\n  \"CoreHome\": \"server=[host];user id=[user];password=[password];database=corehome\"\n```\n\t\n#### Dependencies\n\n- Visual Studio\n\t- Backend：Click Restore Nuget Packages in Solution Explorer.\n\t\t- CoreHome.Infrastructure\n\t\t- CoreHome.Data\n\t\t- CoreHome.HomePage\n\t\t- CoreHome.Admin\n\t\t- CoreHome.ReverseProxy\n\t- Frontend：Click Restore Client Libraries in Solution Explorer.\n\t\t- CoreHome.HomePage/libman.json\n\t\t- CoreHome.Admin/libman.json\n\n- Visual Studio Code or CLI\n\t- Backend：Execute `dotnet restore` in the following directory.\n\t\t- CoreHome.HomePage\n\t\t- CoreHome.Admin\n\t- Frontend：Execute `libman restore` in the following directory.\n\t\t- CoreHome.HomePage\n\t\t- CoreHome.Admin\n\n#### Migrate Database\n\n- Visual Studio\n\nTools \\-\\\u003e Nuget Package Manager \\-\\\u003e Package Manager Console\n\n```shell\nUpdate-Database\n```\n\n- Visual Studio Code or CLI\n\nExecute the following commands in the `CoreHome.HomePage` and `CoreHome.Admin` directory.\n\n```shell\ndotnet-ef database update -p ..\\CoreHome.Data\n```\n\n#### Startup\n\n- Visual Studio or Visual Studio Code\n\nClick `Startup` in Solution Explorer or `Ctrl+F5`.\n\n- CLI \n\nExecute the following commands in the `CoreHome.HomePage` and `CoreHome.Admin` directory.\n\n```shell\ndotnet run\n```\n\n#### Build Dockerfile\n\n- Visual Studio\n\nClick `Build Dockerfile` in Solution Explorer.\n\n- Visual Studio Code or CLI\n\nExecute the following command in the project root directory.\n\n```shell\ndocker build --file ./CoreHome.Admin/Dockerfile --tag lixinyang/corehome-admin:latest .\ndocker build --file ./CoreHome.HomePage/Dockerfile --tag lixinyang/corehome-homepage:latest .\ndocker build --file ./CoreHome.ReverseProxy/Dockerfile --tag lixinyang/corehome-reverseproxy:latest .\n```\n\n### Deploy\n\nYou can use `DockerHome` to deploy CoreHome, or you can deploy it manually.\n\n[![ReadMe Card](https://github-readme-stats.vercel.app/api/pin/?username=lixinyang123\u0026repo=DockerHome)](https://github.com/lixinyang123/DockerHome)\n\n\u003e You can refer to [this](https://www.lllxy.net/Blog/Detail/b73acc42-ec42-4151-b108-a680bd1e0c87) blog to use DockerHome.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flixinyang123%2Fcorehome","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flixinyang123%2Fcorehome","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flixinyang123%2Fcorehome/lists"}