FAQ |
Deployment |
Blog |
Contributing to DasBlog Core
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, we also get the opportunity to take advantage of the modern cross platform goodness of ASP.NET Core.
If you want to build and contribute code to DasBlog Core please fork this repo and submit a PR, check out the contribution docs here for more details.
To run your own instance of DasBlog Core you can extract and xcopy the latest release or follow the Deployment Wiki. To initialize and configure your blog, in most cases the best way is to use our CLI tool.
dasblog-core config root https://www.mysite.com
Check out the wiki for additional information on DasBlog Core fundamentals, architecture and themes.
Please submit an issue if you encounter any problems.