Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/grrr-amsterdam/simply-static

WordPress plugin for generating static site.
https://github.com/grrr-amsterdam/simply-static

Last synced: about 2 months ago
JSON representation

WordPress plugin for generating static site.

Awesome Lists containing this project

README

        

# Simply Static

Simply Static is a static site generator for WordPress that helps you create a static site that you can serve separately from your WordPress installation.

This repository is a fork of version 2.1.0 of the Simply Static plugin found in the WordPress Subversion repository.

## Notable changes

- PHP 7.3+ support. The original plugin is not compatible with PHP 7.3. This fork will support it.
- The original plugin called the `wp_mail_content_type` filter, and sets all mails to `text/html`. This effectively breaks most common mails (for example the password reset).