浏览代码

Merge pull request #307 from ingwinlu/add_bootstrapify

Add bootstrapify plugin as submodule and update ReadMe
Justin Mayer 10 年之前
父节点
当前提交
1265a9c240
共有 2 个文件被更改,包括 9 次插入2 次删除
  1. 3 0
      .gitmodules
  2. 6 2
      Readme.rst

+ 3 - 0
.gitmodules

@@ -46,3 +46,6 @@
 [submodule "sort_tags"]
 [submodule "sort_tags"]
 	path = sort_tags
 	path = sort_tags
 	url = https://github.com/ingwinlu/sort_tags.git
 	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 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
 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
 CJK auto spacing          Inserts spaces between Chinese/Japanese/Korean characters and English words
-                
+
 Clean summary             Cleans your summary of excess images
 Clean summary             Cleans your summary of excess images
 
 
 Code include              Includes Pygments highlighted code in reStructuredText
 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
 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
 Static comments           Allows you to add static comments to an article
 
 
 Subcategory               Adds support for subcategories
 Subcategory               Adds support for subcategories