Skip to content

This is plugin of Pelican. You can replace a text of a generated HTML.

License

Notifications You must be signed in to change notification settings

narusemotoki/replacer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is plugin of Pelican. You can replace a text of a generated HTML. You can write replacing rule in your pelicanconf.py.

Example

This example is replacing from '<table border="1" class="docutils">' to '<table class="table table-striped table-bordered table-hover">'.

REPLACES = (
    (u'<table border="1" class="docutils">', u'<table class="table table-striped table-bordered table-hover">'),
)

About

This is plugin of Pelican. You can replace a text of a generated HTML.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages