{"id":20778358,"url":"https://github.com/natelindev/lonefire-legacy","last_synced_at":"2026-05-08T07:32:13.395Z","repository":{"id":48064326,"uuid":"182416875","full_name":"natelindev/lonefire-legacy","owner":"natelindev","description":"A modern, responsive blogging \u0026 content managing system.","archived":false,"fork":false,"pushed_at":"2023-12-15T17:56:07.000Z","size":12365,"stargazers_count":1,"open_issues_count":30,"forks_count":0,"subscribers_count":1,"default_branch":"blog","last_synced_at":"2025-09-29T08:29:36.698Z","etag":null,"topics":["blogging","bootstrap","bootstrap4","cms","csharp","dotnet-core","mit-license"],"latest_commit_sha":null,"homepage":"https://blog.llldar.io","language":"JavaScript","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/natelindev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2019-04-20T14:37:27.000Z","updated_at":"2021-03-13T02:58:29.000Z","dependencies_parsed_at":"2024-11-17T13:22:43.371Z","dependency_job_id":"39d0da7a-2e4b-4c6f-8b55-fbed08debd45","html_url":"https://github.com/natelindev/lonefire-legacy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/natelindev/lonefire-legacy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natelindev%2Flonefire-legacy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natelindev%2Flonefire-legacy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natelindev%2Flonefire-legacy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natelindev%2Flonefire-legacy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/natelindev","download_url":"https://codeload.github.com/natelindev/lonefire-legacy/tar.gz/refs/heads/blog","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natelindev%2Flonefire-legacy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32770996,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T02:36:36.067Z","status":"ssl_error","status_checked_at":"2026-05-08T02:36:07.210Z","response_time":54,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["blogging","bootstrap","bootstrap4","cms","csharp","dotnet-core","mit-license"],"created_at":"2024-11-17T13:21:05.091Z","updated_at":"2026-05-08T07:32:13.368Z","avatar_url":"https://github.com/natelindev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n\n\n\u003cp align=\"center\"\u003e\n  \u003cimg height=\"300\" src=\"wwwroot/img/logo.svg\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"wwwroot/img/brand-bold.svg\"\u003e\n\u003c/p\u003e\n\n## Introduction\n\nLonefire is a blogging \u0026 content managing system built with Bootstrap \u0026 JQuery on ASP.NET Core 2.2.\n\nIt includes all the essentials on what you usually expect from a blogging \u0026 content managing system.\n\nDesigned with vector image and animation, Lonefire aims to provide you with a modern responsive web experience that can easily interact with other .NET Apps.\n\n[Blogging Demo](https://blog.llldar.io/)\n[CMS Demo](https://wenxue.llldar.io/)\n\n## Getting Started\n\n#### Installation\n\nInstall .NET core SDK 2.2 or Visual Studio version \u003e= 2017\n\nPull source code from Github\n\n#### Database connection\n\nAdd  `db_string.json`  with your own database connection string with format like:\n\n```json\n{\n    \"ConnectionStrings\": {\n        \"DefaultConnection\": \"[Your connection string]\"\n    }\n}\n\n```\n\nyou can refer to [connectionstrings.com](connectionstrings.com/) to write your own DB connection string.\n\nby default Lonefire uses `Postgres SQL` you can change it from `Startup.cs`.\n\n```c#\nservices.AddDbContext\u003cApplicationDbContext\u003e(options =\u003e                options.UseNpgsql(Configuration.GetConnectionString(\"DefaultConnection\")));\n```\n\nChange `UseNpgsql` to whatever DB that asp.net core 2.2 supports.\n\nYou might need to install nuget package to use other DB.\n\nAlso Change default value in`Data/ApplicationDBContext.cs` to your DB's default if you changed the DB.\n\nFor database migration, please refer to [this guide](Docs/Db_Create_Readme.md).\n\n**Caveat**: this project is currently at Pre Alpha stage. It's not fully functional and is subject to change, use it at your own risk.\n\n#### Starting Production Build\n\n```\ndotnet publish -o /path/to/production\ncd /path/to/production\ndotnet Lonefire.dll\n```\n\n\n\n## Contribution\n\nCurrently not accepting any contribution at Pre Alpha Stage.\n\n## Credits\n\nThe open source projects used in this project:\n\n- Bootstrap\n- jquery\n- jquery-easing\n- jquery-hoverIntent\n- jquery-validation\n\n## License\n\nMIT License `llldar`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatelindev%2Flonefire-legacy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnatelindev%2Flonefire-legacy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatelindev%2Flonefire-legacy/lists"}