Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poppastring/dasblog-core
The original DasBlog reimagined with ASP.NET Core
https://github.com/poppastring/dasblog-core
asp-net asp-net-core-mvc aspnet-core blog blog-engine blog-platform dasblog dotnetcore razor rss visual-studio
Last synced: 24 days ago
JSON representation
The original DasBlog reimagined with ASP.NET Core
- Host: GitHub
- URL: https://github.com/poppastring/dasblog-core
- Owner: poppastring
- License: mit
- Created: 2017-10-24T22:28:39.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-07-20T00:01:35.000Z (4 months ago)
- Last Synced: 2024-09-29T22:23:55.995Z (about 1 month ago)
- Topics: asp-net, asp-net-core-mvc, aspnet-core, blog, blog-engine, blog-platform, dasblog, dotnetcore, razor, rss, visual-studio
- Language: C#
- Homepage:
- Size: 21.9 MB
- Stars: 473
- Watchers: 21
- Forks: 195
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-dotnet-core - dasblog-core - The original DasBlog reimagined with ASP.NET Core (Frameworks, Libraries and Tools / CMS)
- fucking-awesome-dotnet-core - dasblog-core - The original DasBlog reimagined with ASP.NET Core (Frameworks, Libraries and Tools / CMS)
- awesome-dotnet-core - dasblog-core - The original DasBlog reimagined with ASP.NET Core (Frameworks, Libraries and Tools / CMS)
- awesome-dotnet-core - dasblog-core - DasBlog博客项目。 (框架, 库和工具 / 内容管理系统CMS)
README
FAQ |
Deployment |
Blog |
Contributing to DasBlog
# DasBlog
One of the primary goals of this project is to create a new blogging engine that preserves the essence of the original [DasBlog Blogging Engine](https://msdn.microsoft.com/en-us/library/aa480016.aspx), we also get the opportunity to take advantage of the modern cross platform goodness of ASP.NET Core.## Building
If you want to build and contribute code to DasBlog please fork this repo and submit a PR, check out the [contribution docs here](https://github.com/poppastring/dasblog-core/blob/main/CONTRIBUTING.md#developers) for more details.## Deployment
You can deploy anywhere where .NET Core is hosted.
### Easiest Way: Click The Deploy To Azure Button
Click the button below, answer some questions, and be up and running on your DasBlog instance in a few minutes. Once you've deployed, be sure to read the [post-deployment instructions here](https://github.com/poppastring/dasblog-core/wiki/1.-Deployment#2-configure-dasblog-core-settings).
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fpoppastring%2Fdasblog-core%2Fmain%2Fdeploy%2Fazuredeploy.json)
### Deploying Manually
* [Deploying to Azure App Services for Windows](https://github.com/poppastring/dasblog-core/wiki/1.-Deployment#deploy-to-azure-app-services-for-windows)
* [Deploying to Azure App Services for Linux](https://github.com/poppastring/dasblog-core/wiki/1.-Deployment#deploy-to-azure-app-services-for-linux)
* [Deploying to a web host](https://github.com/poppastring/dasblog-core/wiki/1.-Deployment#deploy-to-your-own-web-host)After deploying the app you should immediately [update the security settings](https://github.com/poppastring/dasblog-core/wiki/2.-Configure-your-blog).
## Documentation
Check out the [wiki](https://github.com/poppastring/dasblog-core/wiki) for additional information on DasBlog fundamentals, architecture and themes.Please [submit an issue](https://github.com/poppastring/dasblog-core/issues) if you encounter any problems.