https://github.com/danielpalme/mvcblog
Blog engine based on ASP.NET Core 9 and Twitter Bootstrap 4
https://github.com/danielpalme/mvcblog
blog-engine
Last synced: 8 months ago
JSON representation
Blog engine based on ASP.NET Core 9 and Twitter Bootstrap 4
- Host: GitHub
- URL: https://github.com/danielpalme/mvcblog
- Owner: danielpalme
- License: apache-2.0
- Created: 2013-09-05T19:25:29.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2025-05-04T16:23:15.000Z (8 months ago)
- Last Synced: 2025-05-16T10:04:13.719Z (8 months ago)
- Topics: blog-engine
- Language: JavaScript
- Homepage:
- Size: 10.7 MB
- Stars: 248
- Watchers: 50
- Forks: 143
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# MVCBlog
Blog engine based on ASP.NET MVC Core 9 and Twitter Bootstrap 4
See this blog post for details:
[www.palmmedia.de/Blog/2013/9/6/aspnet-mvc-4-blog-engine-based-on-twitter-bootstrap](https://www.palmmedia.de/Blog/2013/9/9/aspnet-mvc-4-blog-engine-based-on-twitter-bootstrap)
Author: Daniel Palme
Blog: [www.palmmedia.de](https://www.palmmedia.de)
Twitter: [@danielpalme](https://twitter.com/danielpalme)
## Getting started
1. Open [appsettings.json](src/MVCBlog.Web/appsettings.json) and adjust the settings to your needs.
2. Start the project `MVCBlog.Web`
3. Register a new user account
4. Disable `newUsersCanRegister` in [appsettings.json](blob/master/src/MVCBlog.Web/appsettings.json) to prevent that everyone can register a new account
5. Start blogging