Browse Source

Merge pull request #307 from ingwinlu/add_bootstrapify

Add bootstrapify plugin as submodule and update ReadMe
Justin Mayer 10 years ago
parent
commit
1265a9c240
2 changed files with 9 additions and 2 deletions
  1. 3 0
      .gitmodules
  2. 6 2
      Readme.rst

+ 3 - 0
.gitmodules

@@ -46,3 +46,6 @@
 [submodule "sort_tags"]
 	path = sort_tags
 	url = https://github.com/ingwinlu/sort_tags.git
+[submodule "bootstrapify"]
+	path = bootstrapify
+	url = https://github.com/ingwinlu/pelican-bootstrapify.git

+ 6 - 2
Readme.rst

@@ -43,9 +43,11 @@ Asset management          Use the Webassets module to manage assets such as CSS
 Better code samples       Wraps all `table` blocks with a class attribute `.codehilitetable` in an additional `div` of class `.hilitewrapper`. It thus permits to style codeblocks better, especially to make them scrollable.
                     
 Better figures/samples    Adds a `style="width: ???px; height: auto;"` attribute to any `<img>` tags in the content
-           
+
+bootstrapify              Automatically add bootstraps default classes to your content, usefull for md generated tables
+
 CJK auto spacing          Inserts spaces between Chinese/Japanese/Korean characters and English words
-                
+
 Clean summary             Cleans your summary of excess images
 
 Code include              Includes Pygments highlighted code in reStructuredText
@@ -134,6 +136,8 @@ Simple footnotes          Adds footnotes to blog posts
 
 Sitemap                   Generates plain-text or XML sitemaps
 
+sort_tags                 Provides `tags_sorted_by_article_length` to templates, which contains all tags, sorted by how many articles it contains first, and alphabetically second.
+
 Static comments           Allows you to add static comments to an article
 
 Subcategory               Adds support for subcategories