Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 482 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 482 Bytes

CoreBlog

A Blog built in dot net core with focus on portability and speed.

The core technologies used will be dot net core with a SQLLite database, and an Angular 2+ frontend.

This project follows a few simple rules, the rules are prioritized from lowest to highest.

  1. The site should be able to run well on a raspberry pi as well as on a windows machine.
  2. It should be fairly easy to modify the site to fit slightly different needs.
  3. The site should be very performant.