Blog

A blog (engine) completely written in C# and Blazor. It aims to be a simple use and easy to extend platform. Blogposts are written in Markdown and are rendered to HTML. This gives all the flexibility needed to express yourself but also have an easy way of creating posts in the first place.

MIT License

Stars
287
Committers
9

Bot releases are hidden (Show)

Blog - v3.0

Published by linkdotnet over 2 years ago

This is the new 3.0 release. It brings a lot of new features and improvements

Features

  • Blog post editor has shortcuts for example to make text bold or add a link: #48
  • Rough estimation about the read time of a blog post #50
  • Navbar supports a brand image #49

Improvements

  • Simplified css for some elements
  • Updated external dependency versions
Blog - v2.13

Published by linkdotnet over 2 years ago

This release contains smaller quality of live improvements

Improvements

  • Added footer with copyright
  • Removed some unused code
  • Added label to search bar to improve accessibility
Blog - v2.12

Published by linkdotnet almost 3 years ago

This release contains mostly smaller bugfixes

Bugfixes

  • Fixed #46 - Introduction card can look displaced on mobile
  • Redirect Uri is working correctly when clicking login / logout
Blog - v2.11.1

Published by linkdotnet almost 3 years ago

This is a hotfix release:

Bugfixes

  • Fixed a bug where key strokes can be swallowed (#44)
Blog - v2.11

Published by linkdotnet almost 3 years ago

New Features

  • Added upload component to upload markdown files
  • Small hint that skills are drag and droppable in "About Me" Page

Bug Fixes

  • Fixed a bug when writing a blog post the preview can take up all the space (#43)
Blog - v2.10

Published by linkdotnet almost 3 years ago

New features

  • Added Disqus as alternative to the already available giscus plugin (see #40)
Blog - v2.9.1

Published by linkdotnet almost 3 years ago

This is a hotfix release

Bugfixes

  • Fixed a bug where copying the share link will crash the website (for example due to insufficient permissions)
Blog - v2.9

Published by linkdotnet almost 3 years ago

Features

  • Added Share-Button (LinkedIn and to Clipboard)

Improvements

  • Re-styling of Like button
  • Removing cached repository for GetAll as it did not work in the first place
  • Updates dependencies
Blog - v2.8.1

Published by linkdotnet almost 3 years ago

Bug-Fixes

  • Fixed a bug where SQL could be the only Storage Provider
Blog - v2.8

Published by linkdotnet almost 3 years ago

Smaller Improvements

  • Release-Page opens in new page
  • Responses are compressed

Bug-Fixes

  • meta components are rendered on server (SEO optimized)
Blog - v2.7.1

Published by linkdotnet almost 3 years ago

This is a small hotfix release which addresses the following issue:

Bugfixes

  • Sitemap.xml was not in correct format for Google
Blog - v2.7

Published by linkdotnet almost 3 years ago

Improvements

  • Removed some dependencies
  • Smaller refactorings and cleanups (restructured smaller parts of the API)

Bugfixes

  • Fixed issue where selecting tag in searchByTag will not result in new results
Blog - v2.6

Published by linkdotnet almost 3 years ago

Improvements

  • Minified basic.css and smaller css tweaks
  • Update packages

Bugfixes

  • InMemoryRepository didn't apply where clause when no OrderBy statement was passed to
Blog - v2.5

Published by linkdotnet almost 3 years ago

Improvements

  • Used PooledDbContext for better throughput
  • Updated highlight.js and bootstrap to the latest version
  • Removed some unused assets

Bugfixes

  • Fixed bug in Dashboard where resetting the date-range throws an exception
Blog - v2.4

Published by linkdotnet almost 3 years ago

Features

  • Analytics can be searched with variable time span

Improvements

  • Tables are overflowing so they don't mess up the layout especially on mobile
  • Fixes cache reset mechanism
  • Removed some dependencies
Blog - v2.3.1

Published by linkdotnet almost 3 years ago

Bug-Fixes

  • Fixed a bug where updating a blog post leads to tag duplication
Blog - v2.3

Published by linkdotnet almost 3 years ago

Features and Improvements

  • Visitor count can be filtered with specific date ranges (see #38 )
  • Updated packages
  • Smaller refactoring's
Blog - v2.2

Published by linkdotnet almost 3 years ago

New Features and Improvements

  • Upgrade to .net6 RC2
  • Automatically generating a sitemap.xml (#37)
  • When creating a blog post the preview is updated immediately
Blog - v2.1.2

Published by linkdotnet about 3 years ago

This is another bugfix release

Bugfixes

  • Fixed an issue where storing or retrieving keys from the local storage throws an exception
  • Fixed CSS Layout of introduction card
Blog - v2.1.1

Published by linkdotnet about 3 years ago

This is a hotfix release which includes fixes for two major bugs

Bugfixes

  • Fixes #35 - Can't save blog posts due to null reference exception in cache
  • Fixes #36 - Cache wasn't updated correctly when searching for terms or tags