浏览代码

Adding pelican-open_graph plugin, which adds Open Graph tags to articles.

Patrick Fournier 10 年之前
父节点
当前提交
7204e865ff
共有 3 个文件被更改,包括 6 次插入0 次删除
  1. 3 0
      .gitmodules
  2. 2 0
      Readme.rst
  3. 1 0
      pelican-open_graph

+ 3 - 0
.gitmodules

@@ -67,3 +67,6 @@
 [submodule "image_process"]
 [submodule "image_process"]
 	path = image_process
 	path = image_process
 	url = https://github.com/whiskyechobravo/image_process
 	url = https://github.com/whiskyechobravo/image_process
+[submodule "pelican-open_graph"]
+	path = pelican-open_graph
+	url = https://github.com/whiskyechobravo/pelican-open_graph.git

+ 2 - 0
Readme.rst

@@ -102,6 +102,8 @@ Multi parts posts         Allows you to write multi-part posts
 
 
 Neighbor articles         Adds ``next_article`` (newer) and ``prev_article`` (older) variables to the article's context
 Neighbor articles         Adds ``next_article`` (newer) and ``prev_article`` (older) variables to the article's context
 
 
+Open graph                Generates Open Graph tags for your articles
+
 Optimize images           Applies lossless compression on JPEG and PNG images
 Optimize images           Applies lossless compression on JPEG and PNG images
 
 
 PDF generator             Automatically exports RST articles and pages as PDF files
 PDF generator             Automatically exports RST articles and pages as PDF files

+ 1 - 0
pelican-open_graph

@@ -0,0 +1 @@
+Subproject commit 9be23fda58571aa335186b6a4fdee53ed0608843