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
- MySqlConnector(>= 1.0.0)
- Newtonsoft.Json(>= 12.0.3)
- ReverseMarkdown(>= 3.12.0)
- Serilog.Sinks.Console(>= 3.1.1)
- SharpYaml(>= 1.6.6)
- System.Collections.Immutable(>= 1.7.1)
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 command line tool ("goodbye-wordpress") available for simple export, but the library allows heavy customization through overriding pieces of the export pipeline in WordPressExporterDelegate.