Skip to content

zombie-guru/enchanted-pelican

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

enchanted-pelican

Spellcheck plugin for Pelican using PyEnchant.

Installation

This plugin only requires PyEnchant. See PyEnchant for installation instructions.

Usage

Add enchantedpelican to your list of PLUGINS in your pelicanconf.py.

PLUGINS = ['enchantedpelican']

Optionally, provide some extra settings

ENCHANTED_PELICAN_SETTINGS = {
    'wordfile': '/path/to/word/file.txt',
    'languange': 'en_US'
}

About

Spellcheck plugin for Pelican using pyenchant.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages