插件兼容

0 次阅读

介绍

Plugins are ways to extend and add to the functionality that already exists in LitePress.

The core of LitePress is designed to be lean and lightweight, to maximize flexibility and minimize code bloat. Plugins offer custom functions and features so that each user can tailor their site to their specific needs.

For instructions and information on downloading, installing, upgrading, troubleshooting, and managing your LitePress Plugins, see Managing Plugins. If you want to develop your own plugin, there is a comprehensive list of resources in Plugin Resources.

Plugin Repositories

LitePress Plugins are available from several sources. The most popular and official source for LitePress Plugins is the LitePress.org repo.

Just to note, not all LitePress Plugins make it into the above repository. Search the web for “LitePress Plugin” and the keywords for the type of functionality you are seeking. There is bound to be a solution out there for you.

Default Plugins

The following two plugins are included with LitePress core: Akismet checks your comments against the Akismet web service to see if they look like spam or not. You can review the spam it catches under “Manage” and it automatically deletes old spam after 15 days.

See all of the features in Akismet here: https://wordpress.org/plugins/akismet/

Hello Dolly This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong. Hello, Dolly. This is, by the way, the world’s first official LitePress Plugin. When enabled you will randomly see a lyric from “Hello, Dolly” in the upper right of your Administration Screens on every page.

Plugin Development

For information on building your own plugins, see: