Info
Version: | 2.0.0 |
Author(s): | Aaron Bockover |
Last Update: | Monday, November 15, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/goodbye-wordpress |
Install
Install-Package goodbye-wordpress
dotnet add package goodbye-wordpress
paket add goodbye-wordpress
goodbye-wordpress Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
It is intended as a starting point for migrating away from a WordPress blog to a static site.
It further supports saving images referenced in the original posts and can generate a single-file archive of all exported posts in JSON format, in case the export process needs to run again after the MySQL database has been taken down.
Note, there is a .NET 6.0 library ("Goodbye.WordPress") that can be integrated easily into a new .NET console application that allows heavy customization through overriding pieces of the export pipeline in WordPressExporterDelegate.