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: about 2 months ago
JSON representation

The original DasBlog reimagined with ASP.NET Core

Lists

README

        



DasBlog



FAQ |
Deployment |
Blog |
Contributing to DasBlog




Latest release


Windows Build status


Linux Build status

# 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.